Html Css Color HEX #DD4177 Cranberry

📋 copy color: '#DD4177'

red 221 ◦ green 65 ◦ blue 119

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

Shades of Cranberry #DD4177

Tints of Cranberry #DD4177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.38%

R = 54.57%
G = 16.05%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD4177 (or 0xDD4177) is known color: Cranberry. HEX triplet: DD, 41 and 77. RGB value is (221,65,119). Sum of RGB (Red+Green+Blue) = 221+65+119=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 119 (46.88% from 255 or 29.38% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4177 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4177 is #22BE88. Grayscale: #757575. Windows color (decimal): -2277001 or 7815645. OLE color: 7815645.

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

Color convert

RGB 221 65 119 -
CMYK 0 0.71 0.46 0.13
HSL 339.23º 0.7% 0.56% -
HSV(B) 339.23º 0.71% 0.87% -
XYZ 35.04 20.48 19.56 -
YUV 117.8 128.68 201.61 -
System Red Green Blue C M Y K H S L
Decimal 221 65 119 0 0.71 0.46 0.13 339.23 0.7 0.56
Hex DD 41 77 0 47 2E D 153 46 38
Octal 335 101 167 0 107 56 15 523 106 70
Binary 11011101 1000001 1110111 0 1000111 101110 1101 101010011 1000110 111000

Color Harmonies of #DD4177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4177

Black with #DD4177

Text Example


Text Example

White with #DD4177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4177; }

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

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

background-color css

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

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

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

border-color css

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

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

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