Html Css Color HEX #DD587C Cranberry

📋 copy color: '#DD587C'

red 221 ◦ green 88 ◦ blue 124

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

Shades of Cranberry #DD587C

Tints of Cranberry #DD587C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.64%

R = 51.04%
G = 20.32%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD587C (or 0xDD587C) is known color: Cranberry. HEX triplet: DD, 58 and 7C. RGB value is (221,88,124). Sum of RGB (Red+Green+Blue) = 221+88+124=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 88 (34.77% from 255 or 20.32% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD587C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD587C is #22A783. Grayscale: #838383. Windows color (decimal): -2271108 or 8149213. OLE color: 8149213.

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

Color convert

RGB 221 88 124 -
CMYK 0 0.60 0.44 0.13
HSL 343.76º 0.66% 0.61% -
HSV(B) 343.76º 0.6% 0.87% -
XYZ 36.95 23.81 21.72 -
YUV 131.87 123.56 191.57 -
System Red Green Blue C M Y K H S L
Decimal 221 88 124 0 0.60 0.44 0.13 343.76 0.66 0.61
Hex DD 58 7C 0 3C 2C D 158 42 3D
Octal 335 130 174 0 74 54 15 530 102 75
Binary 11011101 1011000 1111100 0 111100 101100 1101 101011000 1000010 111101

Color Harmonies of #DD587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD587C

Black with #DD587C

Text Example


Text Example

White with #DD587C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD587C; }

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

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

background-color css

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

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

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

border-color css

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

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

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