Html Css Color HEX #DD5777 Cranberry

📋 copy color: '#DD5777'

red 221 ◦ green 87 ◦ blue 119

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

Shades of Cranberry #DD5777

Tints of Cranberry #DD5777

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.37%

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

R = 51.76%
G = 20.37%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD5777 (or 0xDD5777) is known color: Cranberry. HEX triplet: DD, 57 and 77. RGB value is (221,87,119). Sum of RGB (Red+Green+Blue) = 221+87+119=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 87 (34.38% from 255 or 20.37% from 427); Blue value is 119 (46.88% from 255 or 27.87% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5777 is #22A888. Grayscale: #828282. Windows color (decimal): -2271369 or 7821277. OLE color: 7821277.

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

Color convert

RGB 221 87 119 -
CMYK 0 0.61 0.46 0.13
HSL 345.67º 0.66% 0.6% -
HSV(B) 345.67º 0.61% 0.87% -
XYZ 36.56 23.52 20.07 -
YUV 130.71 121.39 192.4 -
System Red Green Blue C M Y K H S L
Decimal 221 87 119 0 0.61 0.46 0.13 345.67 0.66 0.6
Hex DD 57 77 0 3D 2E D 15A 42 3C
Octal 335 127 167 0 75 56 15 532 102 74
Binary 11011101 1010111 1110111 0 111101 101110 1101 101011010 1000010 111100

Color Harmonies of #DD5777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5777

Black with #DD5777

Text Example


Text Example

White with #DD5777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5777; }

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

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

background-color css

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

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

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

border-color css

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

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

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