Html Css Color HEX #DD5970 Cranberry

📋 copy color: '#DD5970'

red 221 ◦ green 89 ◦ blue 112

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

Shades of Cranberry #DD5970

Tints of Cranberry #DD5970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.54%

R = 52.37%
G = 21.09%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD5970 (or 0xDD5970) is known color: Cranberry. HEX triplet: DD, 59 and 70. RGB value is (221,89,112). Sum of RGB (Red+Green+Blue) = 221+89+112=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5970 is #22A68F. Grayscale: #838383. Windows color (decimal): -2270864 or 7363037. OLE color: 7363037.

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

Color convert

RGB 221 89 112 -
CMYK 0 0.60 0.49 0.13
HSL 349.55º 0.66% 0.61% -
HSV(B) 349.55º 0.6% 0.87% -
XYZ 36.32 23.69 17.99 -
YUV 131.09 117.23 192.13 -
System Red Green Blue C M Y K H S L
Decimal 221 89 112 0 0.60 0.49 0.13 349.55 0.66 0.61
Hex DD 59 70 0 3C 31 D 15E 42 3D
Octal 335 131 160 0 74 61 15 536 102 75
Binary 11011101 1011001 1110000 0 111100 110001 1101 101011110 1000010 111101

Color Harmonies of #DD5970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5970

Black with #DD5970

Text Example


Text Example

White with #DD5970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5970; }

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

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

background-color css

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

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

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

border-color css

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

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

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