Html Css Color HEX #D9237D Deep Cerise

📋 copy color: '#D9237D'

red 217 ◦ green 35 ◦ blue 125

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

Shades of Deep Cerise #D9237D

Tints of Deep Cerise #D9237D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.16%

R = 57.56%
G = 9.28%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D9237D (or 0xD9237D) is known color: Deep Cerise. HEX triplet: D9, 23 and 7D. RGB value is (217,35,125). Sum of RGB (Red+Green+Blue) = 217+35+125=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 35 (14.06% from 255 or 9.28% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D9237D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9237D is #26DC82. Grayscale: #636363. Windows color (decimal): -2546819 or 8201177. OLE color: 8201177.

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

Color convert

RGB 217 35 125 -
CMYK 0 0.84 0.42 0.15
HSL 330.33º 0.72% 0.49% -
HSV(B) 330.33º 0.84% 0.85% -
XYZ 32.92 17.43 21.03 -
YUV 99.68 142.3 211.68 -
System Red Green Blue C M Y K H S L
Decimal 217 35 125 0 0.84 0.42 0.15 330.33 0.72 0.49
Hex D9 23 7D 0 54 2A F 14A 48 31
Octal 331 43 175 0 124 52 17 512 110 61
Binary 11011001 100011 1111101 0 1010100 101010 1111 101001010 1001000 110001

Color Harmonies of #D9237D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9237D

Black with #D9237D

Text Example


Text Example

White with #D9237D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9237D; }

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

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

background-color css

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

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

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

border-color css

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

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

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