Html Css Color HEX #D9327F Deep Cerise

📋 copy color: '#D9327F'

red 217 ◦ green 50 ◦ blue 127

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

Shades of Deep Cerise #D9327F

Tints of Deep Cerise #D9327F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.23%

R = 55.08%
G = 12.69%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D9327F (or 0xD9327F) is known color: Deep Cerise. HEX triplet: D9, 32 and 7F. RGB value is (217,50,127). Sum of RGB (Red+Green+Blue) = 217+50+127=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D9327F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9327F is #26CD80. Grayscale: #6C6C6C. Windows color (decimal): -2542977 or 8336089. OLE color: 8336089.

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

Color convert

RGB 217 50 127 -
CMYK 0 0.77 0.41 0.15
HSL 332.34º 0.69% 0.52% -
HSV(B) 332.34º 0.77% 0.85% -
XYZ 33.59 18.57 21.89 -
YUV 108.71 138.33 205.24 -
System Red Green Blue C M Y K H S L
Decimal 217 50 127 0 0.77 0.41 0.15 332.34 0.69 0.52
Hex D9 32 7F 0 4D 29 F 14C 45 34
Octal 331 62 177 0 115 51 17 514 105 64
Binary 11011001 110010 1111111 0 1001101 101001 1111 101001100 1000101 110100

Color Harmonies of #D9327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9327F

Black with #D9327F

Text Example


Text Example

White with #D9327F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9327F; }

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

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

background-color css

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

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

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

border-color css

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

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

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