Html Css Color HEX #DD597A Cranberry

📋 copy color: '#DD597A'

red 221 ◦ green 89 ◦ blue 122

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

Shades of Cranberry #DD597A

Tints of Cranberry #DD597A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.6%

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

R = 51.16%
G = 20.6%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD597A (or 0xDD597A) is known color: Cranberry. HEX triplet: DD, 59 and 7A. RGB value is (221,89,122). Sum of RGB (Red+Green+Blue) = 221+89+122=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 89 (35.16% from 255 or 20.60% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD597A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD597A is #22A685. Grayscale: #848484. Windows color (decimal): -2270854 or 8018397. OLE color: 8018397.

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

Color convert

RGB 221 89 122 -
CMYK 0 0.60 0.45 0.13
HSL 345º 0.66% 0.61% -
HSV(B) 345º 0.6% 0.87% -
XYZ 36.9 23.92 21.08 -
YUV 132.23 122.23 191.32 -
System Red Green Blue C M Y K H S L
Decimal 221 89 122 0 0.60 0.45 0.13 345 0.66 0.61
Hex DD 59 7A 0 3C 2D D 159 42 3D
Octal 335 131 172 0 74 55 15 531 102 75
Binary 11011101 1011001 1111010 0 111100 101101 1101 101011001 1000010 111101

Color Harmonies of #DD597A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD597A

Black with #DD597A

Text Example


Text Example

White with #DD597A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD597A; }

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

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

background-color css

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

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

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

border-color css

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

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

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