Html Css Color HEX #D6249C Deep Cerise

📋 copy color: '#D6249C'

red 214 ◦ green 36 ◦ blue 156

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

Shades of Deep Cerise #D6249C

Tints of Deep Cerise #D6249C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.42%

R = 52.71%
G = 8.87%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6249C (or 0xD6249C) is known color: Deep Cerise. HEX triplet: D6, 24 and 9C. RGB value is (214,36,156). Sum of RGB (Red+Green+Blue) = 214+36+156=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 36 (14.45% from 255 or 8.87% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D6249C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6249C is #29DB63. Grayscale: #666666. Windows color (decimal): -2743140 or 10233046. OLE color: 10233046.

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

Color convert

RGB 214 36 156 -
CMYK 0 0.83 0.27 0.16
HSL 319.55º 0.71% 0.49% -
HSV(B) 319.55º 0.83% 0.84% -
XYZ 34.36 17.96 33.11 -
YUV 102.9 157.97 207.24 -
System Red Green Blue C M Y K H S L
Decimal 214 36 156 0 0.83 0.27 0.16 319.55 0.71 0.49
Hex D6 24 9C 0 53 1B 10 140 47 31
Octal 326 44 234 0 123 33 20 500 107 61
Binary 11010110 100100 10011100 0 1010011 11011 10000 101000000 1000111 110001

Color Harmonies of #D6249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6249C

Black with #D6249C

Text Example


Text Example

White with #D6249C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6249C; }

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

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

background-color css

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

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

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

border-color css

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

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

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