Html Css Color HEX #DD1E8C Deep Cerise

📋 copy color: '#DD1E8C'

red 221 ◦ green 30 ◦ blue 140

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

Shades of Deep Cerise #DD1E8C

Tints of Deep Cerise #DD1E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.81%

R = 56.52%
G = 7.67%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD1E8C (or 0xDD1E8C) is known color: Deep Cerise. HEX triplet: DD, 1E and 8C. RGB value is (221,30,140). Sum of RGB (Red+Green+Blue) = 221+30+140=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 30 (12.11% from 255 or 7.67% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1E8C is #22E173. Grayscale: #636363. Windows color (decimal): -2285940 or 9182941. OLE color: 9182941.

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

Color convert

RGB 221 30 140 -
CMYK 0 0.86 0.37 0.13
HSL 325.45º 0.76% 0.49% -
HSV(B) 325.45º 0.86% 0.87% -
XYZ 35.02 18.19 26.48 -
YUV 99.65 150.78 214.56 -
System Red Green Blue C M Y K H S L
Decimal 221 30 140 0 0.86 0.37 0.13 325.45 0.76 0.49
Hex DD 1E 8C 0 56 25 D 145 4C 31
Octal 335 36 214 0 126 45 15 505 114 61
Binary 11011101 11110 10001100 0 1010110 100101 1101 101000101 1001100 110001

Color Harmonies of #DD1E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1E8C

Black with #DD1E8C

Text Example


Text Example

White with #DD1E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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