Html Css Color HEX #D8327D Deep Cerise

📋 copy color: '#D8327D'

red 216 ◦ green 50 ◦ blue 125

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

Shades of Deep Cerise #D8327D

Tints of Deep Cerise #D8327D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.97%

R = 55.24%
G = 12.79%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D8327D (or 0xD8327D) is known color: Deep Cerise. HEX triplet: D8, 32 and 7D. RGB value is (216,50,125). Sum of RGB (Red+Green+Blue) = 216+50+125=391 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.24% from 391); Green value is 50 (19.92% from 255 or 12.79% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 216 - color contains mainly: red. Hex color #D8327D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8327D is #27CD82. Grayscale: #6C6C6C. Windows color (decimal): -2608515 or 8205016. OLE color: 8205016.

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

Color convert

RGB 216 50 125 -
CMYK 0 0.77 0.42 0.15
HSL 332.89º 0.68% 0.52% -
HSV(B) 332.89º 0.77% 0.85% -
XYZ 33.16 18.36 21.2 -
YUV 108.18 137.5 204.9 -
System Red Green Blue C M Y K H S L
Decimal 216 50 125 0 0.77 0.42 0.15 332.89 0.68 0.52
Hex D8 32 7D 0 4D 2A F 14D 44 34
Octal 330 62 175 0 115 52 17 515 104 64
Binary 11011000 110010 1111101 0 1001101 101010 1111 101001101 1000100 110100

Color Harmonies of #D8327D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8327D

Black with #D8327D

Text Example


Text Example

White with #D8327D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8327D; }

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

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

background-color css

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

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

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

border-color css

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

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

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