Html Css Color HEX #DD3F86 Deep Cerise

📋 copy color: '#DD3F86'

red 221 ◦ green 63 ◦ blue 134

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

Shades of Deep Cerise #DD3F86

Tints of Deep Cerise #DD3F86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 32.06%

R = 52.87%
G = 15.07%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD3F86 (or 0xDD3F86) is known color: Deep Cerise. HEX triplet: DD, 3F and 86. RGB value is (221,63,134). Sum of RGB (Red+Green+Blue) = 221+63+134=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 63 (25% from 255 or 15.07% from 418); Blue value is 134 (52.73% from 255 or 32.06% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3F86 is #22C079. Grayscale: #767676. Windows color (decimal): -2277498 or 8798173. OLE color: 8798173.

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

Color convert

RGB 221 63 134 -
CMYK 0 0.71 0.39 0.13
HSL 333.04º 0.7% 0.56% -
HSV(B) 333.04º 0.71% 0.87% -
XYZ 35.9 20.65 24.65 -
YUV 118.34 136.85 201.23 -
System Red Green Blue C M Y K H S L
Decimal 221 63 134 0 0.71 0.39 0.13 333.04 0.7 0.56
Hex DD 3F 86 0 47 27 D 14D 46 38
Octal 335 77 206 0 107 47 15 515 106 70
Binary 11011101 111111 10000110 0 1000111 100111 1101 101001101 1000110 111000

Color Harmonies of #DD3F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F86

Black with #DD3F86

Text Example


Text Example

White with #DD3F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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