Html Css Color HEX #DD1C83 Deep Cerise

📋 copy color: '#DD1C83'

red 221 ◦ green 28 ◦ blue 131

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

Shades of Deep Cerise #DD1C83

Tints of Deep Cerise #DD1C83

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.37%

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

R = 58.16%
G = 7.37%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD1C83 (or 0xDD1C83) is known color: Deep Cerise. HEX triplet: DD, 1C and 83. RGB value is (221,28,131). Sum of RGB (Red+Green+Blue) = 221+28+131=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 28 (11.33% from 255 or 7.37% from 380); Blue value is 131 (51.56% from 255 or 34.47% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1C83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1C83 is #22E37C. Grayscale: #616161. Windows color (decimal): -2286461 or 8592605. OLE color: 8592605.

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

Color convert

RGB 221 28 131 -
CMYK 0 0.87 0.41 0.13
HSL 327.98º 0.78% 0.49% -
HSV(B) 327.98º 0.87% 0.87% -
XYZ 34.33 17.84 23.11 -
YUV 97.45 146.94 216.12 -
System Red Green Blue C M Y K H S L
Decimal 221 28 131 0 0.87 0.41 0.13 327.98 0.78 0.49
Hex DD 1C 83 0 57 29 D 148 4E 31
Octal 335 34 203 0 127 51 15 510 116 61
Binary 11011101 11100 10000011 0 1010111 101001 1101 101001000 1001110 110001

Color Harmonies of #DD1C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1C83

Black with #DD1C83

Text Example


Text Example

White with #DD1C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1C83; }

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

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

background-color css

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

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

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

border-color css

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

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

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