Html Css Color HEX #DD597E Cranberry

📋 copy color: '#DD597E'

red 221 ◦ green 89 ◦ blue 126

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

Shades of Cranberry #DD597E

Tints of Cranberry #DD597E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.9%

R = 50.69%
G = 20.41%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD597E (or 0xDD597E) is known color: Cranberry. HEX triplet: DD, 59 and 7E. RGB value is (221,89,126). Sum of RGB (Red+Green+Blue) = 221+89+126=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD597E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD597E is #22A681. Grayscale: #848484. Windows color (decimal): -2270850 or 8280541. OLE color: 8280541.

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

Color convert

RGB 221 89 126 -
CMYK 0 0.60 0.43 0.13
HSL 343.18º 0.66% 0.61% -
HSV(B) 343.18º 0.6% 0.87% -
XYZ 37.16 24.02 22.42 -
YUV 132.69 124.23 190.99 -
System Red Green Blue C M Y K H S L
Decimal 221 89 126 0 0.60 0.43 0.13 343.18 0.66 0.61
Hex DD 59 7E 0 3C 2B D 157 42 3D
Octal 335 131 176 0 74 53 15 527 102 75
Binary 11011101 1011001 1111110 0 111100 101011 1101 101010111 1000010 111101

Color Harmonies of #DD597E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD597E

Black with #DD597E

Text Example


Text Example

White with #DD597E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD597E; }

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

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

background-color css

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

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

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

border-color css

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

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

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