Html Css Color HEX #DD1C8D Deep Cerise

📋 copy color: '#DD1C8D'

red 221 ◦ green 28 ◦ blue 141

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

Shades of Deep Cerise #DD1C8D

Tints of Deep Cerise #DD1C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.15%

R = 56.67%
G = 7.18%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD1C8D (or 0xDD1C8D) is known color: Deep Cerise. HEX triplet: DD, 1C and 8D. RGB value is (221,28,141). Sum of RGB (Red+Green+Blue) = 221+28+141=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 28 (11.33% from 255 or 7.18% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1C8D is #22E372. Grayscale: #626262. Windows color (decimal): -2286451 or 9247965. OLE color: 9247965.

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

Color convert

RGB 221 28 141 -
CMYK 0 0.87 0.36 0.13
HSL 324.87º 0.78% 0.49% -
HSV(B) 324.87º 0.87% 0.87% -
XYZ 35.04 18.13 26.85 -
YUV 98.59 151.94 215.31 -
System Red Green Blue C M Y K H S L
Decimal 221 28 141 0 0.87 0.36 0.13 324.87 0.78 0.49
Hex DD 1C 8D 0 57 24 D 145 4E 31
Octal 335 34 215 0 127 44 15 505 116 61
Binary 11011101 11100 10001101 0 1010111 100100 1101 101000101 1001110 110001

Color Harmonies of #DD1C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1C8D

Black with #DD1C8D

Text Example


Text Example

White with #DD1C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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