Html Css Color HEX #DD2585 Deep Cerise

📋 copy color: '#DD2585'

red 221 ◦ green 37 ◦ blue 133

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

Shades of Deep Cerise #DD2585

Tints of Deep Cerise #DD2585

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.46%

 BLUE value IS 133 (52.34% from 255) = 34.02%

R = 56.52%
G = 9.46%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD2585 (or 0xDD2585) is known color: Deep Cerise. HEX triplet: DD, 25 and 85. RGB value is (221,37,133). Sum of RGB (Red+Green+Blue) = 221+37+133=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 37 (14.84% from 255 or 9.46% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2585 is #22DA7A. Grayscale: #666666. Windows color (decimal): -2284155 or 8725981. OLE color: 8725981.

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

Color convert

RGB 221 37 133 -
CMYK 0 0.83 0.40 0.13
HSL 328.7º 0.73% 0.51% -
HSV(B) 328.7º 0.83% 0.87% -
XYZ 34.71 18.39 23.91 -
YUV 102.96 144.96 212.19 -
System Red Green Blue C M Y K H S L
Decimal 221 37 133 0 0.83 0.40 0.13 328.7 0.73 0.51
Hex DD 25 85 0 53 28 D 149 49 33
Octal 335 45 205 0 123 50 15 511 111 63
Binary 11011101 100101 10000101 0 1010011 101000 1101 101001001 1001001 110011

Color Harmonies of #DD2585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2585

Black with #DD2585

Text Example


Text Example

White with #DD2585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2585; }

 p { color: rgb(221,37,133); }

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

background-color css

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

 a { background-color: rgb(221,37,133); }

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

border-color css

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

 span { border-color: rgb(221,37,133); }

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