Html Css Color HEX #D6369C Deep Cerise

📋 copy color: '#D6369C'

red 214 ◦ green 54 ◦ blue 156

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

Shades of Deep Cerise #D6369C

Tints of Deep Cerise #D6369C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.74%

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

R = 50.47%
G = 12.74%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6369C (or 0xD6369C) is known color: Deep Cerise. HEX triplet: D6, 36 and 9C. RGB value is (214,54,156). Sum of RGB (Red+Green+Blue) = 214+54+156=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 54 (21.48% from 255 or 12.74% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D6369C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6369C is #29C963. Grayscale: #717171. Windows color (decimal): -2738532 or 10237654. OLE color: 10237654.

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

Color convert

RGB 214 54 156 -
CMYK 0 0.75 0.27 0.16
HSL 321.75º 0.66% 0.53% -
HSV(B) 321.75º 0.75% 0.84% -
XYZ 35.05 19.33 33.34 -
YUV 113.47 152.01 199.71 -
System Red Green Blue C M Y K H S L
Decimal 214 54 156 0 0.75 0.27 0.16 321.75 0.66 0.53
Hex D6 36 9C 0 4B 1B 10 142 42 35
Octal 326 66 234 0 113 33 20 502 102 65
Binary 11010110 110110 10011100 0 1001011 11011 10000 101000010 1000010 110101

Color Harmonies of #D6369C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6369C

Black with #D6369C

Text Example


Text Example

White with #D6369C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6369C; }

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

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

background-color css

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

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

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

border-color css

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

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

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