Html Css Color HEX #D9269F Deep Cerise

📋 copy color: '#D9269F'

red 217 ◦ green 38 ◦ blue 159

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

Shades of Deep Cerise #D9269F

Tints of Deep Cerise #D9269F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.41%

R = 52.42%
G = 9.18%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D9269F (or 0xD9269F) is known color: Deep Cerise. HEX triplet: D9, 26 and 9F. RGB value is (217,38,159). Sum of RGB (Red+Green+Blue) = 217+38+159=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 38 (15.23% from 255 or 9.18% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D9269F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9269F is #26D960. Grayscale: #696969. Windows color (decimal): -2546017 or 10430169. OLE color: 10430169.

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

Color convert

RGB 217 38 159 -
CMYK 0 0.82 0.27 0.15
HSL 319.44º 0.7% 0.5% -
HSV(B) 319.44º 0.82% 0.85% -
XYZ 35.57 18.64 34.52 -
YUV 105.32 158.3 207.66 -
System Red Green Blue C M Y K H S L
Decimal 217 38 159 0 0.82 0.27 0.15 319.44 0.7 0.5
Hex D9 26 9F 0 52 1B F 13F 46 32
Octal 331 46 237 0 122 33 17 477 106 62
Binary 11011001 100110 10011111 0 1010010 11011 1111 100111111 1000110 110010

Color Harmonies of #D9269F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9269F

Black with #D9269F

Text Example


Text Example

White with #D9269F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9269F; }

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

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

background-color css

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

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

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

border-color css

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

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

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