Html Css Color HEX #D6359C Deep Cerise

📋 copy color: '#D6359C'

red 214 ◦ green 53 ◦ blue 156

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

Shades of Deep Cerise #D6359C

Tints of Deep Cerise #D6359C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.53%

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

R = 50.59%
G = 12.53%
B = 36.88%

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

#D6359C (or 0xD6359C) is known color: Deep Cerise. HEX triplet: D6, 35 and 9C. RGB value is (214,53,156). Sum of RGB (Red+Green+Blue) = 214+53+156=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 53 (21.09% from 255 or 12.53% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D6359C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6359C is #29CA63. Grayscale: #707070. Windows color (decimal): -2738788 or 10237398. OLE color: 10237398.

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

Color convert

RGB 214 53 156 -
CMYK 0 0.75 0.27 0.16
HSL 321.61º 0.66% 0.52% -
HSV(B) 321.61º 0.75% 0.84% -
XYZ 35.01 19.24 33.32 -
YUV 112.88 152.34 200.12 -
System Red Green Blue C M Y K H S L
Decimal 214 53 156 0 0.75 0.27 0.16 321.61 0.66 0.52
Hex D6 35 9C 0 4B 1B 10 142 42 34
Octal 326 65 234 0 113 33 20 502 102 64
Binary 11010110 110101 10011100 0 1001011 11011 10000 101000010 1000010 110100

Color Harmonies of #D6359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6359C

Black with #D6359C

Text Example


Text Example

White with #D6359C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6359C; }

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

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

background-color css

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

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

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

border-color css

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

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

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