Html Css Color HEX #D62495 Deep Cerise

📋 copy color: '#D62495'

red 214 ◦ green 36 ◦ blue 149

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

Shades of Deep Cerise #D62495

Tints of Deep Cerise #D62495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.34%

R = 53.63%
G = 9.02%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D62495 (or 0xD62495) is known color: Deep Cerise. HEX triplet: D6, 24 and 95. RGB value is (214,36,149). Sum of RGB (Red+Green+Blue) = 214+36+149=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 36 (14.45% from 255 or 9.02% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D62495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62495 is #29DB6A. Grayscale: #656565. Windows color (decimal): -2743147 or 9774294. OLE color: 9774294.

HSL color Cylindrical-coordinate representation of color #D62495: hue angle of 321.91º 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 #D62495 is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 36 149 -
CMYK 0 0.83 0.30 0.16
HSL 321.91º 0.71% 0.49% -
HSV(B) 321.91º 0.83% 0.84% -
XYZ 33.79 17.73 30.07 -
YUV 102.1 154.47 207.81 -
System Red Green Blue C M Y K H S L
Decimal 214 36 149 0 0.83 0.30 0.16 321.91 0.71 0.49
Hex D6 24 95 0 53 1E 10 142 47 31
Octal 326 44 225 0 123 36 20 502 107 61
Binary 11010110 100100 10010101 0 1010011 11110 10000 101000010 1000111 110001

Color Harmonies of #D62495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62495

Black with #D62495

Text Example


Text Example

White with #D62495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62495; }

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

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

background-color css

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

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

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

border-color css

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

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

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