Html Css Color HEX #D6239C Deep Cerise

📋 copy color: '#D6239C'

red 214 ◦ green 35 ◦ blue 156

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

Shades of Deep Cerise #D6239C

Tints of Deep Cerise #D6239C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.64%

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

R = 52.84%
G = 8.64%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6239C (or 0xD6239C) is known color: Deep Cerise. HEX triplet: D6, 23 and 9C. RGB value is (214,35,156). Sum of RGB (Red+Green+Blue) = 214+35+156=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 35 (14.06% from 255 or 8.64% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D6239C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6239C is #29DC63. Grayscale: #666666. Windows color (decimal): -2743396 or 10232790. OLE color: 10232790.

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

Color convert

RGB 214 35 156 -
CMYK 0 0.84 0.27 0.16
HSL 319.44º 0.72% 0.49% -
HSV(B) 319.44º 0.84% 0.84% -
XYZ 34.33 17.9 33.1 -
YUV 102.32 158.3 207.66 -
System Red Green Blue C M Y K H S L
Decimal 214 35 156 0 0.84 0.27 0.16 319.44 0.72 0.49
Hex D6 23 9C 0 54 1B 10 13F 48 31
Octal 326 43 234 0 124 33 20 477 110 61
Binary 11010110 100011 10011100 0 1010100 11011 10000 100111111 1001000 110001

Color Harmonies of #D6239C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6239C

Black with #D6239C

Text Example


Text Example

White with #D6239C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6239C; }

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

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

background-color css

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

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

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

border-color css

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

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

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