Html Css Color HEX #D9268A Deep Cerise

📋 copy color: '#D9268A'

red 217 ◦ green 38 ◦ blue 138

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

Shades of Deep Cerise #D9268A

Tints of Deep Cerise #D9268A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.11%

R = 55.22%
G = 9.67%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9268A (or 0xD9268A) is known color: Deep Cerise. HEX triplet: D9, 26 and 8A. RGB value is (217,38,138). Sum of RGB (Red+Green+Blue) = 217+38+138=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 38 (15.23% from 255 or 9.67% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D9268A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9268A is #26D975. Grayscale: #666666. Windows color (decimal): -2546038 or 9053913. OLE color: 9053913.

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

Color convert

RGB 217 38 138 -
CMYK 0 0.82 0.36 0.15
HSL 326.48º 0.7% 0.5% -
HSV(B) 326.48º 0.82% 0.85% -
XYZ 33.9 17.97 25.73 -
YUV 102.92 147.8 209.37 -
System Red Green Blue C M Y K H S L
Decimal 217 38 138 0 0.82 0.36 0.15 326.48 0.7 0.5
Hex D9 26 8A 0 52 24 F 146 46 32
Octal 331 46 212 0 122 44 17 506 106 62
Binary 11011001 100110 10001010 0 1010010 100100 1111 101000110 1000110 110010

Color Harmonies of #D9268A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9268A

Black with #D9268A

Text Example


Text Example

White with #D9268A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9268A; }

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

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

background-color css

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

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

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

border-color css

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

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

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