Html Css Color HEX #DD285C Cerise

📋 copy color: '#DD285C'

red 221 ◦ green 40 ◦ blue 92

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

Shades of Cerise #DD285C

Tints of Cerise #DD285C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.06%

R = 62.61%
G = 11.33%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD285C (or 0xDD285C) is known color: Cerise. HEX triplet: DD, 28 and 5C. RGB value is (221,40,92). Sum of RGB (Red+Green+Blue) = 221+40+92=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD285C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD285C is #22D7A3. Grayscale: #646464. Windows color (decimal): -2283428 or 6039773. OLE color: 6039773.

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

Color convert

RGB 221 40 92 -
CMYK 0 0.82 0.58 0.13
HSL 342.76º 0.73% 0.51% -
HSV(B) 342.76º 0.82% 0.87% -
XYZ 32.51 17.66 11.82 -
YUV 100.05 123.47 214.27 -
System Red Green Blue C M Y K H S L
Decimal 221 40 92 0 0.82 0.58 0.13 342.76 0.73 0.51
Hex DD 28 5C 0 52 3A D 157 49 33
Octal 335 50 134 0 122 72 15 527 111 63
Binary 11011101 101000 1011100 0 1010010 111010 1101 101010111 1001001 110011

Color Harmonies of #DD285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD285C

Black with #DD285C

Text Example


Text Example

White with #DD285C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD285C; }

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

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

background-color css

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

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

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

border-color css

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

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

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