Html Css Color HEX #D8329B Deep Cerise

📋 copy color: '#D8329B'

red 216 ◦ green 50 ◦ blue 155

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

Shades of Deep Cerise #D8329B

Tints of Deep Cerise #D8329B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.82%

R = 51.31%
G = 11.88%
B = 36.82%

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

#D8329B (or 0xD8329B) is known color: Deep Cerise. HEX triplet: D8, 32 and 9B. RGB value is (216,50,155). Sum of RGB (Red+Green+Blue) = 216+50+155=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 50 (19.92% from 255 or 11.88% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D8329B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8329B is #27CD64. Grayscale: #6F6F6F. Windows color (decimal): -2608485 or 10171096. OLE color: 10171096.

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

Color convert

RGB 216 50 155 -
CMYK 0 0.77 0.28 0.15
HSL 322.05º 0.68% 0.52% -
HSV(B) 322.05º 0.77% 0.85% -
XYZ 35.38 19.25 32.86 -
YUV 111.6 152.5 202.46 -
System Red Green Blue C M Y K H S L
Decimal 216 50 155 0 0.77 0.28 0.15 322.05 0.68 0.52
Hex D8 32 9B 0 4D 1C F 142 44 34
Octal 330 62 233 0 115 34 17 502 104 64
Binary 11011000 110010 10011011 0 1001101 11100 1111 101000010 1000100 110100

Color Harmonies of #D8329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8329B

Black with #D8329B

Text Example


Text Example

White with #D8329B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8329B; }

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

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

background-color css

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

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

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

border-color css

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

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

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