Html Css Color HEX #D9267D Deep Cerise

📋 copy color: '#D9267D'

red 217 ◦ green 38 ◦ blue 125

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

Shades of Deep Cerise #D9267D

Tints of Deep Cerise #D9267D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10%

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

R = 57.11%
G = 10%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D9267D (or 0xD9267D) is known color: Deep Cerise. HEX triplet: D9, 26 and 7D. RGB value is (217,38,125). Sum of RGB (Red+Green+Blue) = 217+38+125=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 38 (15.23% from 255 or 10% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D9267D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9267D is #26D982. Grayscale: #656565. Windows color (decimal): -2546051 or 8201945. OLE color: 8201945.

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

Color convert

RGB 217 38 125 -
CMYK 0 0.82 0.42 0.15
HSL 330.84º 0.7% 0.5% -
HSV(B) 330.84º 0.82% 0.85% -
XYZ 33.01 17.62 21.06 -
YUV 101.44 141.3 210.43 -
System Red Green Blue C M Y K H S L
Decimal 217 38 125 0 0.82 0.42 0.15 330.84 0.7 0.5
Hex D9 26 7D 0 52 2A F 14B 46 32
Octal 331 46 175 0 122 52 17 513 106 62
Binary 11011001 100110 1111101 0 1010010 101010 1111 101001011 1000110 110010

Color Harmonies of #D9267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9267D

Black with #D9267D

Text Example


Text Example

White with #D9267D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9267D; }

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

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

background-color css

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

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

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

border-color css

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

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

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