Html Css Color HEX #D8327B Deep Cerise

📋 copy color: '#D8327B'

red 216 ◦ green 50 ◦ blue 123

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

Shades of Deep Cerise #D8327B

Tints of Deep Cerise #D8327B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.62%

R = 55.53%
G = 12.85%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D8327B (or 0xD8327B) is known color: Deep Cerise. HEX triplet: D8, 32 and 7B. RGB value is (216,50,123). Sum of RGB (Red+Green+Blue) = 216+50+123=389 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.53% from 389); Green value is 50 (19.92% from 255 or 12.85% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 216 - color contains mainly: red. Hex color #D8327B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8327B is #27CD84. Grayscale: #6B6B6B. Windows color (decimal): -2608517 or 8073944. OLE color: 8073944.

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

Color convert

RGB 216 50 123 -
CMYK 0 0.77 0.43 0.15
HSL 333.61º 0.68% 0.52% -
HSV(B) 333.61º 0.77% 0.85% -
XYZ 33.03 18.31 20.53 -
YUV 107.96 136.5 205.06 -
System Red Green Blue C M Y K H S L
Decimal 216 50 123 0 0.77 0.43 0.15 333.61 0.68 0.52
Hex D8 32 7B 0 4D 2B F 14E 44 34
Octal 330 62 173 0 115 53 17 516 104 64
Binary 11011000 110010 1111011 0 1001101 101011 1111 101001110 1000100 110100

Color Harmonies of #D8327B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8327B

Black with #D8327B

Text Example


Text Example

White with #D8327B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8327B; }

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

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

background-color css

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

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

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

border-color css

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

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

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