Html Css Color HEX #DD5870 Cranberry

📋 copy color: '#DD5870'

red 221 ◦ green 88 ◦ blue 112

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

Shades of Cranberry #DD5870

Tints of Cranberry #DD5870

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.9%

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

R = 52.49%
G = 20.9%
B = 26.6%

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

#DD5870 (or 0xDD5870) is known color: Cranberry. HEX triplet: DD, 58 and 70. RGB value is (221,88,112). Sum of RGB (Red+Green+Blue) = 221+88+112=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5870 is #22A78F. Grayscale: #828282. Windows color (decimal): -2271120 or 7362781. OLE color: 7362781.

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

Color convert

RGB 221 88 112 -
CMYK 0 0.60 0.49 0.13
HSL 349.17º 0.66% 0.61% -
HSV(B) 349.17º 0.6% 0.87% -
XYZ 36.23 23.52 17.96 -
YUV 130.5 117.56 192.55 -
System Red Green Blue C M Y K H S L
Decimal 221 88 112 0 0.60 0.49 0.13 349.17 0.66 0.61
Hex DD 58 70 0 3C 31 D 15D 42 3D
Octal 335 130 160 0 74 61 15 535 102 75
Binary 11011101 1011000 1110000 0 111100 110001 1101 101011101 1000010 111101

Color Harmonies of #DD5870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5870

Black with #DD5870

Text Example


Text Example

White with #DD5870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5870; }

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

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

background-color css

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

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

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

border-color css

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

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

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