Html Css Color HEX #D9269A Deep Cerise

📋 copy color: '#D9269A'

red 217 ◦ green 38 ◦ blue 154

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

Shades of Deep Cerise #D9269A

Tints of Deep Cerise #D9269A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.65%

R = 53.06%
G = 9.29%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D9269A (or 0xD9269A) is known color: Deep Cerise. HEX triplet: D9, 26 and 9A. RGB value is (217,38,154). Sum of RGB (Red+Green+Blue) = 217+38+154=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 38 (15.23% from 255 or 9.29% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D9269A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9269A is #26D965. Grayscale: #686868. Windows color (decimal): -2546022 or 10102489. OLE color: 10102489.

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

Color convert

RGB 217 38 154 -
CMYK 0 0.82 0.29 0.15
HSL 321.12º 0.7% 0.5% -
HSV(B) 321.12º 0.82% 0.85% -
XYZ 35.14 18.47 32.28 -
YUV 104.75 155.8 208.07 -
System Red Green Blue C M Y K H S L
Decimal 217 38 154 0 0.82 0.29 0.15 321.12 0.7 0.5
Hex D9 26 9A 0 52 1D F 141 46 32
Octal 331 46 232 0 122 35 17 501 106 62
Binary 11011001 100110 10011010 0 1010010 11101 1111 101000001 1000110 110010

Color Harmonies of #D9269A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9269A

Black with #D9269A

Text Example


Text Example

White with #D9269A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9269A; }

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

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

background-color css

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

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

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

border-color css

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

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

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