Html Css Color HEX #D62494 Deep Cerise

📋 copy color: '#D62494'

red 214 ◦ green 36 ◦ blue 148

#D62494
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D62494

Tints of Deep Cerise #D62494

RGB

 RED value IS 214 (83.98% from 255) = 53.77%

 GREEN value IS 36 (14.45% from 255) = 9.05%

 BLUE value IS 148 (58.2% from 255) = 37.19%

R = 53.77%
G = 9.05%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D62494 (or 0xD62494) is known color: Deep Cerise. HEX triplet: D6, 24 and 94. RGB value is (214,36,148). Sum of RGB (Red+Green+Blue) = 214+36+148=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 36 (14.45% from 255 or 9.05% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D62494 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62494 is #29DB6B. Grayscale: #656565. Windows color (decimal): -2743148 or 9708758. OLE color: 9708758.

HSL color Cylindrical-coordinate representation of color #D62494: hue angle of 322.25º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D62494 is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 36 148 -
CMYK 0 0.83 0.31 0.16
HSL 322.25º 0.71% 0.49% -
HSV(B) 322.25º 0.83% 0.84% -
XYZ 33.71 17.7 29.66 -
YUV 101.99 153.97 207.89 -
System Red Green Blue C M Y K H S L
Decimal 214 36 148 0 0.83 0.31 0.16 322.25 0.71 0.49
Hex D6 24 94 0 53 1F 10 142 47 31
Octal 326 44 224 0 123 37 20 502 107 61
Binary 11010110 100100 10010100 0 1010011 11111 10000 101000010 1000111 110001

Color Harmonies of #D62494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62494

Black with #D62494

Text Example


Text Example

White with #D62494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62494; }

 p { color: rgb(214,36,148); }

 H1.HeaderClassName
 {
   color: #D62494;
 }
 .AnyTagClassName
 {
   color: #D62494;
 }
</style>

background-color css

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

 a { background-color: rgb(214,36,148); }

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

border-color css

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

 span { border-color: rgb(214,36,148); }

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