Html Css Color HEX #DD4A80 Cranberry

📋 copy color: '#DD4A80'

red 221 ◦ green 74 ◦ blue 128

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

Shades of Cranberry #DD4A80

Tints of Cranberry #DD4A80

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.49%

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

R = 52.25%
G = 17.49%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD4A80 (or 0xDD4A80) is known color: Cranberry. HEX triplet: DD, 4A and 80. RGB value is (221,74,128). Sum of RGB (Red+Green+Blue) = 221+74+128=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4A80 is #22B57F. Grayscale: #7C7C7C. Windows color (decimal): -2274688 or 8407773. OLE color: 8407773.

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

Color convert

RGB 221 74 128 -
CMYK 0 0.67 0.42 0.13
HSL 337.96º 0.68% 0.58% -
HSV(B) 337.96º 0.67% 0.87% -
XYZ 36.16 21.83 22.73 -
YUV 124.11 130.2 197.11 -
System Red Green Blue C M Y K H S L
Decimal 221 74 128 0 0.67 0.42 0.13 337.96 0.68 0.58
Hex DD 4A 80 0 43 2A D 152 44 3A
Octal 335 112 200 0 103 52 15 522 104 72
Binary 11011101 1001010 10000000 0 1000011 101010 1101 101010010 1000100 111010

Color Harmonies of #DD4A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4A80

Black with #DD4A80

Text Example


Text Example

White with #DD4A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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