Html Css Color HEX #D6399C Deep Cerise

📋 copy color: '#D6399C'

red 214 ◦ green 57 ◦ blue 156

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

Shades of Deep Cerise #D6399C

Tints of Deep Cerise #D6399C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.35%

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

R = 50.12%
G = 13.35%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6399C (or 0xD6399C) is known color: Deep Cerise. HEX triplet: D6, 39 and 9C. RGB value is (214,57,156). Sum of RGB (Red+Green+Blue) = 214+57+156=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 57 (22.66% from 255 or 13.35% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D6399C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6399C is #29C663. Grayscale: #727272. Windows color (decimal): -2737764 or 10238422. OLE color: 10238422.

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

Color convert

RGB 214 57 156 -
CMYK 0 0.73 0.27 0.16
HSL 322.17º 0.66% 0.53% -
HSV(B) 322.17º 0.73% 0.84% -
XYZ 35.2 19.62 33.39 -
YUV 115.23 151.01 198.45 -
System Red Green Blue C M Y K H S L
Decimal 214 57 156 0 0.73 0.27 0.16 322.17 0.66 0.53
Hex D6 39 9C 0 49 1B 10 142 42 35
Octal 326 71 234 0 111 33 20 502 102 65
Binary 11010110 111001 10011100 0 1001001 11011 10000 101000010 1000010 110101

Color Harmonies of #D6399C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6399C

Black with #D6399C

Text Example


Text Example

White with #D6399C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6399C; }

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

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

background-color css

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

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

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

border-color css

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

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

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