Html Css Color HEX #D7217F Deep Cerise

📋 copy color: '#D7217F'

red 215 ◦ green 33 ◦ blue 127

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

Shades of Deep Cerise #D7217F

Tints of Deep Cerise #D7217F

RGB

 RED value IS 215 (84.38% from 255) = 57.33%

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

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

R = 57.33%
G = 8.8%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D7217F (or 0xD7217F) is known color: Deep Cerise. HEX triplet: D7, 21 and 7F. RGB value is (215,33,127). Sum of RGB (Red+Green+Blue) = 215+33+127=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D7217F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7217F is #28DE80. Grayscale: #616161. Windows color (decimal): -2678401 or 8331735. OLE color: 8331735.

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

Color convert

RGB 215 33 127 -
CMYK 0 0.85 0.41 0.16
HSL 329.01º 0.73% 0.49% -
HSV(B) 329.01º 0.85% 0.84% -
XYZ 32.4 17.07 21.67 -
YUV 98.13 144.3 211.36 -
System Red Green Blue C M Y K H S L
Decimal 215 33 127 0 0.85 0.41 0.16 329.01 0.73 0.49
Hex D7 21 7F 0 55 29 10 149 49 31
Octal 327 41 177 0 125 51 20 511 111 61
Binary 11010111 100001 1111111 0 1010101 101001 10000 101001001 1001001 110001

Color Harmonies of #D7217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7217F

Black with #D7217F

Text Example


Text Example

White with #D7217F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7217F; }

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

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

background-color css

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

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

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

border-color css

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

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

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