Html Css Color HEX #DD3F85 Deep Cerise

📋 copy color: '#DD3F85'

red 221 ◦ green 63 ◦ blue 133

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

Shades of Deep Cerise #DD3F85

Tints of Deep Cerise #DD3F85

RGB

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

 GREEN value IS 63 (25% from 255) = 15.11%

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

R = 53%
G = 15.11%
B = 31.89%

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

#DD3F85 (or 0xDD3F85) is known color: Deep Cerise. HEX triplet: DD, 3F and 85. RGB value is (221,63,133). Sum of RGB (Red+Green+Blue) = 221+63+133=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 63 (25% from 255 or 15.11% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3F85 is #22C07A. Grayscale: #767676. Windows color (decimal): -2277499 or 8732637. OLE color: 8732637.

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

Color convert

RGB 221 63 133 -
CMYK 0 0.71 0.40 0.13
HSL 333.42º 0.7% 0.56% -
HSV(B) 333.42º 0.71% 0.87% -
XYZ 35.83 20.62 24.28 -
YUV 118.22 136.35 201.31 -
System Red Green Blue C M Y K H S L
Decimal 221 63 133 0 0.71 0.40 0.13 333.42 0.7 0.56
Hex DD 3F 85 0 47 28 D 14D 46 38
Octal 335 77 205 0 107 50 15 515 106 70
Binary 11011101 111111 10000101 0 1000111 101000 1101 101001101 1000110 111000

Color Harmonies of #DD3F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F85

Black with #DD3F85

Text Example


Text Example

White with #DD3F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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