Html Css Color HEX #D8327C Deep Cerise

📋 copy color: '#D8327C'

red 216 ◦ green 50 ◦ blue 124

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

Shades of Deep Cerise #D8327C

Tints of Deep Cerise #D8327C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.79%

R = 55.38%
G = 12.82%
B = 31.79%

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

#D8327C (or 0xD8327C) is known color: Deep Cerise. HEX triplet: D8, 32 and 7C. RGB value is (216,50,124). Sum of RGB (Red+Green+Blue) = 216+50+124=390 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.38% from 390); Green value is 50 (19.92% from 255 or 12.82% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 216 - color contains mainly: red. Hex color #D8327C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8327C is #27CD83. Grayscale: #6B6B6B. Windows color (decimal): -2608516 or 8139480. OLE color: 8139480.

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

Color convert

RGB 216 50 124 -
CMYK 0 0.77 0.43 0.15
HSL 333.25º 0.68% 0.52% -
HSV(B) 333.25º 0.77% 0.85% -
XYZ 33.1 18.34 20.86 -
YUV 108.07 137 204.98 -
System Red Green Blue C M Y K H S L
Decimal 216 50 124 0 0.77 0.43 0.15 333.25 0.68 0.52
Hex D8 32 7C 0 4D 2B F 14D 44 34
Octal 330 62 174 0 115 53 17 515 104 64
Binary 11011000 110010 1111100 0 1001101 101011 1111 101001101 1000100 110100

Color Harmonies of #D8327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8327C

Black with #D8327C

Text Example


Text Example

White with #D8327C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8327C; }

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

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

background-color css

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

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

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

border-color css

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

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

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