Html Css Color HEX #D9237F Deep Cerise

📋 copy color: '#D9237F'

red 217 ◦ green 35 ◦ blue 127

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

Shades of Deep Cerise #D9237F

Tints of Deep Cerise #D9237F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.23%

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

R = 57.26%
G = 9.23%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D9237F (or 0xD9237F) is known color: Deep Cerise. HEX triplet: D9, 23 and 7F. RGB value is (217,35,127). Sum of RGB (Red+Green+Blue) = 217+35+127=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 35 (14.06% from 255 or 9.23% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D9237F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9237F is #26DC80. Grayscale: #636363. Windows color (decimal): -2546817 or 8332249. OLE color: 8332249.

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

Color convert

RGB 217 35 127 -
CMYK 0 0.84 0.41 0.15
HSL 329.67º 0.72% 0.49% -
HSV(B) 329.67º 0.84% 0.85% -
XYZ 33.05 17.49 21.71 -
YUV 99.91 143.3 211.52 -
System Red Green Blue C M Y K H S L
Decimal 217 35 127 0 0.84 0.41 0.15 329.67 0.72 0.49
Hex D9 23 7F 0 54 29 F 14A 48 31
Octal 331 43 177 0 124 51 17 512 110 61
Binary 11011001 100011 1111111 0 1010100 101001 1111 101001010 1001000 110001

Color Harmonies of #D9237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9237F

Black with #D9237F

Text Example


Text Example

White with #D9237F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9237F; }

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

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

background-color css

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

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

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

border-color css

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

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

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