Html Css Color HEX #DD3F81 Deep Cerise

📋 copy color: '#DD3F81'

red 221 ◦ green 63 ◦ blue 129

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

Shades of Deep Cerise #DD3F81

Tints of Deep Cerise #DD3F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 31.23%

R = 53.51%
G = 15.25%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD3F81 (or 0xDD3F81) is known color: Deep Cerise. HEX triplet: DD, 3F and 81. RGB value is (221,63,129). Sum of RGB (Red+Green+Blue) = 221+63+129=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 63 (25% from 255 or 15.25% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3F81 is #22C07E. Grayscale: #757575. Windows color (decimal): -2277503 or 8470493. OLE color: 8470493.

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

Color convert

RGB 221 63 129 -
CMYK 0 0.71 0.42 0.13
HSL 334.94º 0.7% 0.56% -
HSV(B) 334.94º 0.71% 0.87% -
XYZ 35.56 20.51 22.85 -
YUV 117.77 134.35 201.63 -
System Red Green Blue C M Y K H S L
Decimal 221 63 129 0 0.71 0.42 0.13 334.94 0.7 0.56
Hex DD 3F 81 0 47 2A D 14F 46 38
Octal 335 77 201 0 107 52 15 517 106 70
Binary 11011101 111111 10000001 0 1000111 101010 1101 101001111 1000110 111000

Color Harmonies of #DD3F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F81

Black with #DD3F81

Text Example


Text Example

White with #DD3F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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