Html Css Color HEX #DD2985 Deep Cerise

📋 copy color: '#DD2985'

red 221 ◦ green 41 ◦ blue 133

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

Shades of Deep Cerise #DD2985

Tints of Deep Cerise #DD2985

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.38%

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

R = 55.95%
G = 10.38%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD2985 (or 0xDD2985) is known color: Deep Cerise. HEX triplet: DD, 29 and 85. RGB value is (221,41,133). Sum of RGB (Red+Green+Blue) = 221+41+133=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 41 (16.41% from 255 or 10.38% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2985 is #22D67A. Grayscale: #696969. Windows color (decimal): -2283131 or 8727005. OLE color: 8727005.

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

Color convert

RGB 221 41 133 -
CMYK 0 0.81 0.40 0.13
HSL 329.33º 0.73% 0.51% -
HSV(B) 329.33º 0.81% 0.87% -
XYZ 34.85 18.65 23.95 -
YUV 105.31 143.63 210.52 -
System Red Green Blue C M Y K H S L
Decimal 221 41 133 0 0.81 0.40 0.13 329.33 0.73 0.51
Hex DD 29 85 0 51 28 D 149 49 33
Octal 335 51 205 0 121 50 15 511 111 63
Binary 11011101 101001 10000101 0 1010001 101000 1101 101001001 1001001 110011

Color Harmonies of #DD2985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2985

Black with #DD2985

Text Example


Text Example

White with #DD2985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2985; }

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

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

background-color css

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

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

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

border-color css

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

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

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