Html Css Color HEX #D8329C Deep Cerise

📋 copy color: '#D8329C'

red 216 ◦ green 50 ◦ blue 156

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

Shades of Deep Cerise #D8329C

Tints of Deep Cerise #D8329C

RGB

 RED value IS 216 (84.77% from 255) = 51.18%

 GREEN value IS 50 (19.92% from 255) = 11.85%

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

R = 51.18%
G = 11.85%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D8329C (or 0xD8329C) is known color: Deep Cerise. HEX triplet: D8, 32 and 9C. RGB value is (216,50,156). Sum of RGB (Red+Green+Blue) = 216+50+156=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 50 (19.92% from 255 or 11.85% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D8329C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8329C is #27CD63. Grayscale: #6F6F6F. Windows color (decimal): -2608484 or 10236632. OLE color: 10236632.

HSL color Cylindrical-coordinate representation of color #D8329C: hue angle of 321.69º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D8329C is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 50 156 -
CMYK 0 0.77 0.28 0.15
HSL 321.69º 0.68% 0.52% -
HSV(B) 321.69º 0.77% 0.85% -
XYZ 35.46 19.28 33.31 -
YUV 111.72 153 202.38 -
System Red Green Blue C M Y K H S L
Decimal 216 50 156 0 0.77 0.28 0.15 321.69 0.68 0.52
Hex D8 32 9C 0 4D 1C F 142 44 34
Octal 330 62 234 0 115 34 17 502 104 64
Binary 11011000 110010 10011100 0 1001101 11100 1111 101000010 1000100 110100

Color Harmonies of #D8329C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8329C

Black with #D8329C

Text Example


Text Example

White with #D8329C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8329C; }

 p { color: rgb(216,50,156); }

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

background-color css

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

 a { background-color: rgb(216,50,156); }

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

border-color css

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

 span { border-color: rgb(216,50,156); }

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