Html Css Color HEX #DF288C Deep Cerise

📋 copy color: '#DF288C'

red 223 ◦ green 40 ◦ blue 140

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

Shades of Deep Cerise #DF288C

Tints of Deep Cerise #DF288C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.74%

R = 55.33%
G = 9.93%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF288C (or 0xDF288C) is known color: Deep Cerise. HEX triplet: DF, 28 and 8C. RGB value is (223,40,140). Sum of RGB (Red+Green+Blue) = 223+40+140=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 40 (16.02% from 255 or 9.93% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF288C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF288C is #20D773. Grayscale: #696969. Windows color (decimal): -2152308 or 9185503. OLE color: 9185503.

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

Color convert

RGB 223 40 140 -
CMYK 0 0.82 0.37 0.13
HSL 327.21º 0.74% 0.52% -
HSV(B) 327.21º 0.82% 0.87% -
XYZ 35.92 19.1 26.6 -
YUV 106.12 147.13 211.37 -
System Red Green Blue C M Y K H S L
Decimal 223 40 140 0 0.82 0.37 0.13 327.21 0.74 0.52
Hex DF 28 8C 0 52 25 D 147 4A 34
Octal 337 50 214 0 122 45 15 507 112 64
Binary 11011111 101000 10001100 0 1010010 100101 1101 101000111 1001010 110100

Color Harmonies of #DF288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF288C

Black with #DF288C

Text Example


Text Example

White with #DF288C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF288C; }

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

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

background-color css

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

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

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

border-color css

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

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

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