Html Css Color HEX #DD1E83 Deep Cerise

📋 copy color: '#DD1E83'

red 221 ◦ green 30 ◦ blue 131

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

Shades of Deep Cerise #DD1E83

Tints of Deep Cerise #DD1E83

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.85%

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

R = 57.85%
G = 7.85%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD1E83 (or 0xDD1E83) is known color: Deep Cerise. HEX triplet: DD, 1E and 83. RGB value is (221,30,131). Sum of RGB (Red+Green+Blue) = 221+30+131=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 30 (12.11% from 255 or 7.85% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1E83 is #22E17C. Grayscale: #626262. Windows color (decimal): -2285949 or 8593117. OLE color: 8593117.

HSL color Cylindrical-coordinate representation of color #DD1E83: hue angle of 328.27º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1E83 is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 30 131 -
CMYK 0 0.86 0.41 0.13
HSL 328.27º 0.76% 0.49% -
HSV(B) 328.27º 0.86% 0.87% -
XYZ 34.38 17.94 23.12 -
YUV 98.62 146.28 215.29 -
System Red Green Blue C M Y K H S L
Decimal 221 30 131 0 0.86 0.41 0.13 328.27 0.76 0.49
Hex DD 1E 83 0 56 29 D 148 4C 31
Octal 335 36 203 0 126 51 15 510 114 61
Binary 11011101 11110 10000011 0 1010110 101001 1101 101001000 1001100 110001

Color Harmonies of #DD1E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1E83

Black with #DD1E83

Text Example


Text Example

White with #DD1E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1E83; }

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

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

background-color css

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

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

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

border-color css

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

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

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