Html Css Color HEX #D8328C Deep Cerise

📋 copy color: '#D8328C'

red 216 ◦ green 50 ◦ blue 140

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

Shades of Deep Cerise #D8328C

Tints of Deep Cerise #D8328C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.48%

R = 53.2%
G = 12.32%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8328C (or 0xD8328C) is known color: Deep Cerise. HEX triplet: D8, 32 and 8C. RGB value is (216,50,140). Sum of RGB (Red+Green+Blue) = 216+50+140=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 50 (19.92% from 255 or 12.32% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D8328C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8328C is #27CD73. Grayscale: #6D6D6D. Windows color (decimal): -2608500 or 9188056. OLE color: 9188056.

HSL color Cylindrical-coordinate representation of color #D8328C: hue angle of 327.47º 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 #D8328C is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 50 140 -
CMYK 0 0.77 0.35 0.15
HSL 327.47º 0.68% 0.52% -
HSV(B) 327.47º 0.77% 0.85% -
XYZ 34.19 18.77 26.63 -
YUV 109.89 145 203.68 -
System Red Green Blue C M Y K H S L
Decimal 216 50 140 0 0.77 0.35 0.15 327.47 0.68 0.52
Hex D8 32 8C 0 4D 23 F 147 44 34
Octal 330 62 214 0 115 43 17 507 104 64
Binary 11011000 110010 10001100 0 1001101 100011 1111 101000111 1000100 110100

Color Harmonies of #D8328C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8328C

Black with #D8328C

Text Example


Text Example

White with #D8328C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8328C; }

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

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

background-color css

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

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

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

border-color css

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

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

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