Html Css Color HEX #D9268E Deep Cerise

📋 copy color: '#D9268E'

red 217 ◦ green 38 ◦ blue 142

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

Shades of Deep Cerise #D9268E

Tints of Deep Cerise #D9268E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.77%

R = 54.66%
G = 9.57%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9268E (or 0xD9268E) is known color: Deep Cerise. HEX triplet: D9, 26 and 8E. RGB value is (217,38,142). Sum of RGB (Red+Green+Blue) = 217+38+142=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 38 (15.23% from 255 or 9.57% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D9268E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9268E is #26D971. Grayscale: #676767. Windows color (decimal): -2546034 or 9316057. OLE color: 9316057.

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

Color convert

RGB 217 38 142 -
CMYK 0 0.82 0.35 0.15
HSL 325.14º 0.7% 0.5% -
HSV(B) 325.14º 0.82% 0.85% -
XYZ 34.19 18.09 27.28 -
YUV 103.38 149.8 209.04 -
System Red Green Blue C M Y K H S L
Decimal 217 38 142 0 0.82 0.35 0.15 325.14 0.7 0.5
Hex D9 26 8E 0 52 23 F 145 46 32
Octal 331 46 216 0 122 43 17 505 106 62
Binary 11011001 100110 10001110 0 1010010 100011 1111 101000101 1000110 110010

Color Harmonies of #D9268E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9268E

Black with #D9268E

Text Example


Text Example

White with #D9268E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9268E; }

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

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

background-color css

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

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

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

border-color css

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

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

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