Html Css Color HEX #DD1C8A Deep Cerise

📋 copy color: '#DD1C8A'

red 221 ◦ green 28 ◦ blue 138

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

Shades of Deep Cerise #DD1C8A

Tints of Deep Cerise #DD1C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.66%

R = 57.11%
G = 7.24%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD1C8A (or 0xDD1C8A) is known color: Deep Cerise. HEX triplet: DD, 1C and 8A. RGB value is (221,28,138). Sum of RGB (Red+Green+Blue) = 221+28+138=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 28 (11.33% from 255 or 7.24% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1C8A is #22E375. Grayscale: #626262. Windows color (decimal): -2286454 or 9051357. OLE color: 9051357.

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

Color convert

RGB 221 28 138 -
CMYK 0 0.87 0.38 0.13
HSL 325.8º 0.78% 0.49% -
HSV(B) 325.8º 0.87% 0.87% -
XYZ 34.82 18.04 25.69 -
YUV 98.25 150.44 215.56 -
System Red Green Blue C M Y K H S L
Decimal 221 28 138 0 0.87 0.38 0.13 325.8 0.78 0.49
Hex DD 1C 8A 0 57 26 D 146 4E 31
Octal 335 34 212 0 127 46 15 506 116 61
Binary 11011101 11100 10001010 0 1010111 100110 1101 101000110 1001110 110001

Color Harmonies of #DD1C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1C8A

Black with #DD1C8A

Text Example


Text Example

White with #DD1C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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