Html Css Color HEX #DD3F83 Deep Cerise

📋 copy color: '#DD3F83'

red 221 ◦ green 63 ◦ blue 131

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

Shades of Deep Cerise #DD3F83

Tints of Deep Cerise #DD3F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.57%

R = 53.25%
G = 15.18%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD3F83 (or 0xDD3F83) is known color: Deep Cerise. HEX triplet: DD, 3F and 83. RGB value is (221,63,131). Sum of RGB (Red+Green+Blue) = 221+63+131=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 63 (25% from 255 or 15.18% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3F83 is #22C07C. Grayscale: #757575. Windows color (decimal): -2277501 or 8601565. OLE color: 8601565.

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

Color convert

RGB 221 63 131 -
CMYK 0 0.71 0.41 0.13
HSL 334.18º 0.7% 0.56% -
HSV(B) 334.18º 0.71% 0.87% -
XYZ 35.69 20.57 23.56 -
YUV 117.99 135.35 201.47 -
System Red Green Blue C M Y K H S L
Decimal 221 63 131 0 0.71 0.41 0.13 334.18 0.7 0.56
Hex DD 3F 83 0 47 29 D 14E 46 38
Octal 335 77 203 0 107 51 15 516 106 70
Binary 11011101 111111 10000011 0 1000111 101001 1101 101001110 1000110 111000

Color Harmonies of #DD3F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F83

Black with #DD3F83

Text Example


Text Example

White with #DD3F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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