Html Css Color HEX #DD285A Cerise

📋 copy color: '#DD285A'

red 221 ◦ green 40 ◦ blue 90

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

Shades of Cerise #DD285A

Tints of Cerise #DD285A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.64%

R = 62.96%
G = 11.4%
B = 25.64%

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

#DD285A (or 0xDD285A) is known color: Cerise. HEX triplet: DD, 28 and 5A. RGB value is (221,40,90). Sum of RGB (Red+Green+Blue) = 221+40+90=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD285A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD285A is #22D7A5. Grayscale: #636363. Windows color (decimal): -2283430 or 5908701. OLE color: 5908701.

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

Color convert

RGB 221 40 90 -
CMYK 0 0.82 0.59 0.13
HSL 343.43º 0.73% 0.51% -
HSV(B) 343.43º 0.82% 0.87% -
XYZ 32.42 17.63 11.37 -
YUV 99.82 122.47 214.43 -
System Red Green Blue C M Y K H S L
Decimal 221 40 90 0 0.82 0.59 0.13 343.43 0.73 0.51
Hex DD 28 5A 0 52 3B D 157 49 33
Octal 335 50 132 0 122 73 15 527 111 63
Binary 11011101 101000 1011010 0 1010010 111011 1101 101010111 1001001 110011

Color Harmonies of #DD285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD285A

Black with #DD285A

Text Example


Text Example

White with #DD285A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD285A; }

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

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

background-color css

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

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

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

border-color css

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

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

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