Html Css Color HEX #DD5A77 Cranberry

📋 copy color: '#DD5A77'

red 221 ◦ green 90 ◦ blue 119

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

Shades of Cranberry #DD5A77

Tints of Cranberry #DD5A77

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.93%

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

R = 51.4%
G = 20.93%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD5A77 (or 0xDD5A77) is known color: Cranberry. HEX triplet: DD, 5A and 77. RGB value is (221,90,119). Sum of RGB (Red+Green+Blue) = 221+90+119=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5A77 is #22A588. Grayscale: #848484. Windows color (decimal): -2270601 or 7822045. OLE color: 7822045.

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

Color convert

RGB 221 90 119 -
CMYK 0 0.59 0.46 0.13
HSL 346.72º 0.66% 0.61% -
HSV(B) 346.72º 0.59% 0.87% -
XYZ 36.8 24.02 20.15 -
YUV 132.48 120.4 191.14 -
System Red Green Blue C M Y K H S L
Decimal 221 90 119 0 0.59 0.46 0.13 346.72 0.66 0.61
Hex DD 5A 77 0 3B 2E D 15B 42 3D
Octal 335 132 167 0 73 56 15 533 102 75
Binary 11011101 1011010 1110111 0 111011 101110 1101 101011011 1000010 111101

Color Harmonies of #DD5A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5A77

Black with #DD5A77

Text Example


Text Example

White with #DD5A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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