Html Css Color HEX #D9327C Deep Cerise

📋 copy color: '#D9327C'

red 217 ◦ green 50 ◦ blue 124

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

Shades of Deep Cerise #D9327C

Tints of Deep Cerise #D9327C

RGB

 RED value IS 217 (85.16% from 255) = 55.5%

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

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

R = 55.5%
G = 12.79%
B = 31.71%

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

#D9327C (or 0xD9327C) is known color: Deep Cerise. HEX triplet: D9, 32 and 7C. RGB value is (217,50,124). Sum of RGB (Red+Green+Blue) = 217+50+124=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 50 (19.92% from 255 or 12.79% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D9327C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9327C is #26CD83. Grayscale: #6C6C6C. Windows color (decimal): -2542980 or 8139481. OLE color: 8139481.

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

Color convert

RGB 217 50 124 -
CMYK 0 0.77 0.43 0.15
HSL 333.41º 0.69% 0.52% -
HSV(B) 333.41º 0.77% 0.85% -
XYZ 33.39 18.49 20.88 -
YUV 108.37 136.83 205.48 -
System Red Green Blue C M Y K H S L
Decimal 217 50 124 0 0.77 0.43 0.15 333.41 0.69 0.52
Hex D9 32 7C 0 4D 2B F 14D 45 34
Octal 331 62 174 0 115 53 17 515 105 64
Binary 11011001 110010 1111100 0 1001101 101011 1111 101001101 1000101 110100

Color Harmonies of #D9327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9327C

Black with #D9327C

Text Example


Text Example

White with #D9327C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9327C; }

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

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

background-color css

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

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

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

border-color css

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

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

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