Html Css Color HEX #DF288E Deep Cerise

📋 copy color: '#DF288E'

red 223 ◦ green 40 ◦ blue 142

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

Shades of Deep Cerise #DF288E

Tints of Deep Cerise #DF288E

RGB

 RED value IS 223 (87.5% from 255) = 55.06%

 GREEN value IS 40 (16.02% from 255) = 9.88%

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

R = 55.06%
G = 9.88%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DF288E (or 0xDF288E) is known color: Deep Cerise. HEX triplet: DF, 28 and 8E. RGB value is (223,40,142). Sum of RGB (Red+Green+Blue) = 223+40+142=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 40 (16.02% from 255 or 9.88% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF288E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF288E is #20D771. Grayscale: #6A6A6A. Windows color (decimal): -2152306 or 9316575. OLE color: 9316575.

HSL color Cylindrical-coordinate representation of color #DF288E: hue angle of 326.56º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF288E is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 40 142 -
CMYK 0 0.82 0.36 0.13
HSL 326.56º 0.74% 0.52% -
HSV(B) 326.56º 0.82% 0.87% -
XYZ 36.07 19.16 27.39 -
YUV 106.35 148.13 211.21 -
System Red Green Blue C M Y K H S L
Decimal 223 40 142 0 0.82 0.36 0.13 326.56 0.74 0.52
Hex DF 28 8E 0 52 24 D 147 4A 34
Octal 337 50 216 0 122 44 15 507 112 64
Binary 11011111 101000 10001110 0 1010010 100100 1101 101000111 1001010 110100

Color Harmonies of #DF288E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF288E

Black with #DF288E

Text Example


Text Example

White with #DF288E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF288E; }

 p { color: rgb(223,40,142); }

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

background-color css

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

 a { background-color: rgb(223,40,142); }

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

border-color css

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

 span { border-color: rgb(223,40,142); }

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