Html Css Color HEX #DD4893 Deep Cerise

📋 copy color: '#DD4893'

red 221 ◦ green 72 ◦ blue 147

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

Shades of Deep Cerise #DD4893

Tints of Deep Cerise #DD4893

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.36%

 BLUE value IS 147 (57.81% from 255) = 33.41%

R = 50.23%
G = 16.36%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD4893 (or 0xDD4893) is known color: Deep Cerise. HEX triplet: DD, 48 and 93. RGB value is (221,72,147). Sum of RGB (Red+Green+Blue) = 221+72+147=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 147 (57.81% from 255 or 33.41% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4893 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4893 is #22B76C. Grayscale: #7C7C7C. Windows color (decimal): -2275181 or 9652445. OLE color: 9652445.

HSL color Cylindrical-coordinate representation of color #DD4893: hue angle of 329.8º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4893 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 72 147 -
CMYK 0 0.67 0.33 0.13
HSL 329.8º 0.69% 0.57% -
HSV(B) 329.8º 0.67% 0.87% -
XYZ 37.4 22.11 29.9 -
YUV 125.1 140.36 196.4 -
System Red Green Blue C M Y K H S L
Decimal 221 72 147 0 0.67 0.33 0.13 329.8 0.69 0.57
Hex DD 48 93 0 43 21 D 14A 45 39
Octal 335 110 223 0 103 41 15 512 105 71
Binary 11011101 1001000 10010011 0 1000011 100001 1101 101001010 1000101 111001

Color Harmonies of #DD4893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4893

Black with #DD4893

Text Example


Text Example

White with #DD4893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4893; }

 p { color: rgb(221,72,147); }

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

background-color css

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

 a { background-color: rgb(221,72,147); }

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

border-color css

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

 span { border-color: rgb(221,72,147); }

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