Html Css Color HEX #DD4C80 Cranberry

📋 copy color: '#DD4C80'

red 221 ◦ green 76 ◦ blue 128

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

Shades of Cranberry #DD4C80

Tints of Cranberry #DD4C80

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.88%

 BLUE value IS 128 (50.39% from 255) = 30.12%

R = 52%
G = 17.88%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD4C80 (or 0xDD4C80) is known color: Cranberry. HEX triplet: DD, 4C and 80. RGB value is (221,76,128). Sum of RGB (Red+Green+Blue) = 221+76+128=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 76 (30.08% from 255 or 17.88% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4C80 is #22B37F. Grayscale: #7D7D7D. Windows color (decimal): -2274176 or 8408285. OLE color: 8408285.

HSL color Cylindrical-coordinate representation of color #DD4C80: hue angle of 338.48º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD4C80 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 76 128 -
CMYK 0 0.66 0.42 0.13
HSL 338.48º 0.68% 0.58% -
HSV(B) 338.48º 0.66% 0.87% -
XYZ 36.3 22.1 22.77 -
YUV 125.28 129.54 196.27 -
System Red Green Blue C M Y K H S L
Decimal 221 76 128 0 0.66 0.42 0.13 338.48 0.68 0.58
Hex DD 4C 80 0 42 2A D 152 44 3A
Octal 335 114 200 0 102 52 15 522 104 72
Binary 11011101 1001100 10000000 0 1000010 101010 1101 101010010 1000100 111010

Color Harmonies of #DD4C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4C80

Black with #DD4C80

Text Example


Text Example

White with #DD4C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4C80; }

 p { color: rgb(221,76,128); }

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

background-color css

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

 a { background-color: rgb(221,76,128); }

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

border-color css

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

 span { border-color: rgb(221,76,128); }

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