Html Css Color HEX #D6369D Deep Cerise

📋 copy color: '#D6369D'

red 214 ◦ green 54 ◦ blue 157

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

Shades of Deep Cerise #D6369D

Tints of Deep Cerise #D6369D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.94%

R = 50.35%
G = 12.71%
B = 36.94%

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

#D6369D (or 0xD6369D) is known color: Deep Cerise. HEX triplet: D6, 36 and 9D. RGB value is (214,54,157). Sum of RGB (Red+Green+Blue) = 214+54+157=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 54 (21.48% from 255 or 12.71% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D6369D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6369D is #29C962. Grayscale: #717171. Windows color (decimal): -2738531 or 10303190. OLE color: 10303190.

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

Color convert

RGB 214 54 157 -
CMYK 0 0.75 0.27 0.16
HSL 321.38º 0.66% 0.53% -
HSV(B) 321.38º 0.75% 0.84% -
XYZ 35.14 19.37 33.78 -
YUV 113.58 152.51 199.62 -
System Red Green Blue C M Y K H S L
Decimal 214 54 157 0 0.75 0.27 0.16 321.38 0.66 0.53
Hex D6 36 9D 0 4B 1B 10 141 42 35
Octal 326 66 235 0 113 33 20 501 102 65
Binary 11010110 110110 10011101 0 1001011 11011 10000 101000001 1000010 110101

Color Harmonies of #D6369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6369D

Black with #D6369D

Text Example


Text Example

White with #D6369D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6369D; }

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

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

background-color css

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

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

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

border-color css

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

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

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