Html Css Color HEX #DD596F Cranberry

📋 copy color: '#DD596F'

red 221 ◦ green 89 ◦ blue 111

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

Shades of Cranberry #DD596F

Tints of Cranberry #DD596F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.37%

R = 52.49%
G = 21.14%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD596F (or 0xDD596F) is known color: Cranberry. HEX triplet: DD, 59 and 6F. RGB value is (221,89,111). Sum of RGB (Red+Green+Blue) = 221+89+111=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 111 (43.75% from 255 or 26.37% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD596F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD596F is #22A690. Grayscale: #838383. Windows color (decimal): -2270865 or 7297501. OLE color: 7297501.

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

Color convert

RGB 221 89 111 -
CMYK 0 0.60 0.50 0.13
HSL 350º 0.66% 0.61% -
HSV(B) 350º 0.6% 0.87% -
XYZ 36.26 23.66 17.7 -
YUV 130.98 116.73 192.21 -
System Red Green Blue C M Y K H S L
Decimal 221 89 111 0 0.60 0.50 0.13 350 0.66 0.61
Hex DD 59 6F 0 3C 32 D 15E 42 3D
Octal 335 131 157 0 74 62 15 536 102 75
Binary 11011101 1011001 1101111 0 111100 110010 1101 101011110 1000010 111101

Color Harmonies of #DD596F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD596F

Black with #DD596F

Text Example


Text Example

White with #DD596F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD596F; }

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

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

background-color css

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

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

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

border-color css

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

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

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