Html Css Color HEX #D9268F Deep Cerise

📋 copy color: '#D9268F'

red 217 ◦ green 38 ◦ blue 143

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

Shades of Deep Cerise #D9268F

Tints of Deep Cerise #D9268F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.93%

R = 54.52%
G = 9.55%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D9268F (or 0xD9268F) is known color: Deep Cerise. HEX triplet: D9, 26 and 8F. RGB value is (217,38,143). Sum of RGB (Red+Green+Blue) = 217+38+143=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 38 (15.23% from 255 or 9.55% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D9268F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9268F is #26D970. Grayscale: #676767. Windows color (decimal): -2546033 or 9381593. OLE color: 9381593.

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

Color convert

RGB 217 38 143 -
CMYK 0 0.82 0.34 0.15
HSL 324.8º 0.7% 0.5% -
HSV(B) 324.8º 0.82% 0.85% -
XYZ 34.27 18.12 27.68 -
YUV 103.49 150.3 208.96 -
System Red Green Blue C M Y K H S L
Decimal 217 38 143 0 0.82 0.34 0.15 324.8 0.7 0.5
Hex D9 26 8F 0 52 22 F 145 46 32
Octal 331 46 217 0 122 42 17 505 106 62
Binary 11011001 100110 10001111 0 1010010 100010 1111 101000101 1000110 110010

Color Harmonies of #D9268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9268F

Black with #D9268F

Text Example


Text Example

White with #D9268F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9268F; }

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

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

background-color css

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

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

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

border-color css

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

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

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