Html Css Color HEX #DD4179 Cranberry

📋 copy color: '#DD4179'

red 221 ◦ green 65 ◦ blue 121

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

Shades of Cranberry #DD4179

Tints of Cranberry #DD4179

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.97%

 BLUE value IS 121 (47.66% from 255) = 29.73%

R = 54.3%
G = 15.97%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD4179 (or 0xDD4179) is known color: Cranberry. HEX triplet: DD, 41 and 79. RGB value is (221,65,121). Sum of RGB (Red+Green+Blue) = 221+65+121=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4179 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4179 is #22BE86. Grayscale: #757575. Windows color (decimal): -2276999 or 7946717. OLE color: 7946717.

HSL color Cylindrical-coordinate representation of color #DD4179: hue angle of 338.46º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD4179 is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 65 121 -
CMYK 0 0.71 0.45 0.13
HSL 338.46º 0.7% 0.56% -
HSV(B) 338.46º 0.71% 0.87% -
XYZ 35.16 20.53 20.2 -
YUV 118.03 129.68 201.45 -
System Red Green Blue C M Y K H S L
Decimal 221 65 121 0 0.71 0.45 0.13 338.46 0.7 0.56
Hex DD 41 79 0 47 2D D 152 46 38
Octal 335 101 171 0 107 55 15 522 106 70
Binary 11011101 1000001 1111001 0 1000111 101101 1101 101010010 1000110 111000

Color Harmonies of #DD4179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4179

Black with #DD4179

Text Example


Text Example

White with #DD4179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4179; }

 p { color: rgb(221,65,121); }

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

background-color css

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

 a { background-color: rgb(221,65,121); }

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

border-color css

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

 span { border-color: rgb(221,65,121); }

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