Html Css Color HEX #DD288C Deep Cerise

📋 copy color: '#DD288C'

red 221 ◦ green 40 ◦ blue 140

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

Shades of Deep Cerise #DD288C

Tints of Deep Cerise #DD288C

RGB

 RED value IS 221 (86.72% from 255) = 55.11%

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

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

R = 55.11%
G = 9.98%
B = 34.91%

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

#DD288C (or 0xDD288C) is known color: Deep Cerise. HEX triplet: DD, 28 and 8C. RGB value is (221,40,140). Sum of RGB (Red+Green+Blue) = 221+40+140=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 40 (16.02% from 255 or 9.98% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD288C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD288C is #22D773. Grayscale: #696969. Windows color (decimal): -2283380 or 9185501. OLE color: 9185501.

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

Color convert

RGB 221 40 140 -
CMYK 0 0.82 0.37 0.13
HSL 326.85º 0.73% 0.51% -
HSV(B) 326.85º 0.82% 0.87% -
XYZ 35.31 18.78 26.58 -
YUV 105.52 147.47 210.37 -
System Red Green Blue C M Y K H S L
Decimal 221 40 140 0 0.82 0.37 0.13 326.85 0.73 0.51
Hex DD 28 8C 0 52 25 D 147 49 33
Octal 335 50 214 0 122 45 15 507 111 63
Binary 11011101 101000 10001100 0 1010010 100101 1101 101000111 1001001 110011

Color Harmonies of #DD288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD288C

Black with #DD288C

Text Example


Text Example

White with #DD288C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD288C; }

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

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

background-color css

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

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

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

border-color css

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

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

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