Html Css Color HEX #DD285B Cerise

📋 copy color: '#DD285B'

red 221 ◦ green 40 ◦ blue 91

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

Shades of Cerise #DD285B

Tints of Cerise #DD285B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.85%

R = 62.78%
G = 11.36%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD285B (or 0xDD285B) is known color: Cerise. HEX triplet: DD, 28 and 5B. RGB value is (221,40,91). Sum of RGB (Red+Green+Blue) = 221+40+91=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 40 (16.02% from 255 or 11.36% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD285B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD285B is #22D7A4. Grayscale: #636363. Windows color (decimal): -2283429 or 5974237. OLE color: 5974237.

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

Color convert

RGB 221 40 91 -
CMYK 0 0.82 0.59 0.13
HSL 343.09º 0.73% 0.51% -
HSV(B) 343.09º 0.82% 0.87% -
XYZ 32.47 17.65 11.59 -
YUV 99.93 122.97 214.35 -
System Red Green Blue C M Y K H S L
Decimal 221 40 91 0 0.82 0.59 0.13 343.09 0.73 0.51
Hex DD 28 5B 0 52 3B D 157 49 33
Octal 335 50 133 0 122 73 15 527 111 63
Binary 11011101 101000 1011011 0 1010010 111011 1101 101010111 1001001 110011

Color Harmonies of #DD285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD285B

Black with #DD285B

Text Example


Text Example

White with #DD285B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD285B; }

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

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

background-color css

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

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

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

border-color css

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

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

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