Html Css Color HEX #D9217F Deep Cerise

📋 copy color: '#D9217F'

red 217 ◦ green 33 ◦ blue 127

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

Shades of Deep Cerise #D9217F

Tints of Deep Cerise #D9217F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.75%

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

R = 57.56%
G = 8.75%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D9217F (or 0xD9217F) is known color: Deep Cerise. HEX triplet: D9, 21 and 7F. RGB value is (217,33,127). Sum of RGB (Red+Green+Blue) = 217+33+127=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D9217F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9217F is #26DE80. Grayscale: #626262. Windows color (decimal): -2547329 or 8331737. OLE color: 8331737.

HSL color Cylindrical-coordinate representation of color #D9217F: hue angle of 329.35º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D9217F is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 33 127 -
CMYK 0 0.85 0.41 0.15
HSL 329.35º 0.74% 0.49% -
HSV(B) 329.35º 0.85% 0.85% -
XYZ 32.99 17.37 21.69 -
YUV 98.73 143.96 212.36 -
System Red Green Blue C M Y K H S L
Decimal 217 33 127 0 0.85 0.41 0.15 329.35 0.74 0.49
Hex D9 21 7F 0 55 29 F 149 4A 31
Octal 331 41 177 0 125 51 17 511 112 61
Binary 11011001 100001 1111111 0 1010101 101001 1111 101001001 1001010 110001

Color Harmonies of #D9217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9217F

Black with #D9217F

Text Example


Text Example

White with #D9217F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9217F; }

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

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

background-color css

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

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

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

border-color css

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

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

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