#d22694

Color #D22694 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #D22694

Tints of Deep Cerise #D22694

Color information

#D22694 (or 0xD22694) is unknown color: approx Deep Cerise. HEX triplet: D2, 26 and 94. RGB value is (210,38,148). Sum of RGB (Red+Green+Blue) = 210+38+148=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 38 (15.23% from 255 or 9.60% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D22694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22694 is #2DD96B. Grayscale: #656565. Windows color (decimal): -3004780 or 9709266. OLE color: 9709266.

HSL color Cylindrical-coordinate representation of color #D22694: hue angle of 321.63º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D22694 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB21038148-
CMYK00.820.300.18
HSL321.63º69.35%48.63%-
HSV(B)321.63º81.9%82.35%-
XYZ32.6217.2329.62-
YUV101.97153.98205.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 53.03%
GREEN value IS 38 (15.23% from 255) = 9.60%
BLUE value IS 148 (58.20% from 255) = 37.37%
R=53.03%
G=9.60%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2103814800.820.300.18321.6369.3548.63
HexD226940521E121424531
Octal322462240122362250210561
Binary11010010100110100101000101001011110100101010000101000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d22694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d22694; }

 p { color: rgb(210,38,148); }

 H1.HeaderClassName
 {
   color: #d22694;
 }
 .AnyTagClassName
 {
   color: #d22694;
 }
</style>
background-color css

<style>
 a { background-color: #d22694; }

 a { background-color: rgb(210,38,148); }

 div.DivClassName
 {
   background-color: #d22694;
 }
 .BgClassName
 {
   background-color: #d22694;
 }
</style>
border-color css

<style>
 span { border-color: #d22694; }

 span { border-color: rgb(210,38,148); }

 td.TdClassName
 {
   border-color: #d22694;
 }
 .TagClassName
 {
   border-color: #d22694;
 }
</style>