Html Css Color HEX #DD577A Cranberry

📋 copy color: '#DD577A'

red 221 ◦ green 87 ◦ blue 122

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

Shades of Cranberry #DD577A

Tints of Cranberry #DD577A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.37%

R = 51.4%
G = 20.23%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD577A (or 0xDD577A) is known color: Cranberry. HEX triplet: DD, 57 and 7A. RGB value is (221,87,122). Sum of RGB (Red+Green+Blue) = 221+87+122=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 87 (34.38% from 255 or 20.23% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD577A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD577A is #22A885. Grayscale: #838383. Windows color (decimal): -2271366 or 8017885. OLE color: 8017885.

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

Color convert

RGB 221 87 122 -
CMYK 0 0.61 0.45 0.13
HSL 344.33º 0.66% 0.6% -
HSV(B) 344.33º 0.61% 0.87% -
XYZ 36.74 23.59 21.03 -
YUV 131.06 122.89 192.15 -
System Red Green Blue C M Y K H S L
Decimal 221 87 122 0 0.61 0.45 0.13 344.33 0.66 0.6
Hex DD 57 7A 0 3D 2D D 158 42 3C
Octal 335 127 172 0 75 55 15 530 102 74
Binary 11011101 1010111 1111010 0 111101 101101 1101 101011000 1000010 111100

Color Harmonies of #DD577A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD577A

Black with #DD577A

Text Example


Text Example

White with #DD577A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD577A; }

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

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

background-color css

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

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

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

border-color css

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

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

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