Html Css Color HEX #DD4085 Deep Cerise

📋 copy color: '#DD4085'

red 221 ◦ green 64 ◦ blue 133

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

Shades of Deep Cerise #DD4085

Tints of Deep Cerise #DD4085

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.31%

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

R = 52.87%
G = 15.31%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD4085 (or 0xDD4085) is known color: Deep Cerise. HEX triplet: DD, 40 and 85. RGB value is (221,64,133). Sum of RGB (Red+Green+Blue) = 221+64+133=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4085 is #22BF7A. Grayscale: #767676. Windows color (decimal): -2277243 or 8732893. OLE color: 8732893.

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

Color convert

RGB 221 64 133 -
CMYK 0 0.71 0.40 0.13
HSL 333.63º 0.7% 0.56% -
HSV(B) 333.63º 0.71% 0.87% -
XYZ 35.89 20.73 24.3 -
YUV 118.81 136.01 200.89 -
System Red Green Blue C M Y K H S L
Decimal 221 64 133 0 0.71 0.40 0.13 333.63 0.7 0.56
Hex DD 40 85 0 47 28 D 14E 46 38
Octal 335 100 205 0 107 50 15 516 106 70
Binary 11011101 1000000 10000101 0 1000111 101000 1101 101001110 1000110 111000

Color Harmonies of #DD4085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4085

Black with #DD4085

Text Example


Text Example

White with #DD4085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4085; }

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

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

background-color css

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

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

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

border-color css

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

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

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