Html Css Color HEX #D9257D Deep Cerise

📋 copy color: '#D9257D'

red 217 ◦ green 37 ◦ blue 125

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

Shades of Deep Cerise #D9257D

Tints of Deep Cerise #D9257D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.76%

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

R = 57.26%
G = 9.76%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D9257D (or 0xD9257D) is known color: Deep Cerise. HEX triplet: D9, 25 and 7D. RGB value is (217,37,125). Sum of RGB (Red+Green+Blue) = 217+37+125=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 37 (14.84% from 255 or 9.76% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D9257D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9257D is #26DA82. Grayscale: #646464. Windows color (decimal): -2546307 or 8201689. OLE color: 8201689.

HSL color Cylindrical-coordinate representation of color #D9257D: hue angle of 330.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D9257D is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 37 125 -
CMYK 0 0.83 0.42 0.15
HSL 330.67º 0.71% 0.5% -
HSV(B) 330.67º 0.83% 0.85% -
XYZ 32.98 17.56 21.05 -
YUV 100.85 141.63 210.84 -
System Red Green Blue C M Y K H S L
Decimal 217 37 125 0 0.83 0.42 0.15 330.67 0.71 0.5
Hex D9 25 7D 0 53 2A F 14B 47 32
Octal 331 45 175 0 123 52 17 513 107 62
Binary 11011001 100101 1111101 0 1010011 101010 1111 101001011 1000111 110010

Color Harmonies of #D9257D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9257D

Black with #D9257D

Text Example


Text Example

White with #D9257D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9257D; }

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

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

background-color css

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

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

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

border-color css

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

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

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