Html Css Color HEX #DD587A Cranberry

📋 copy color: '#DD587A'

red 221 ◦ green 88 ◦ blue 122

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

Shades of Cranberry #DD587A

Tints of Cranberry #DD587A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.31%

R = 51.28%
G = 20.42%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD587A (or 0xDD587A) is known color: Cranberry. HEX triplet: DD, 58 and 7A. RGB value is (221,88,122). Sum of RGB (Red+Green+Blue) = 221+88+122=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 88 (34.77% from 255 or 20.42% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD587A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD587A is #22A785. Grayscale: #838383. Windows color (decimal): -2271110 or 8018141. OLE color: 8018141.

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

Color convert

RGB 221 88 122 -
CMYK 0 0.60 0.45 0.13
HSL 344.66º 0.66% 0.61% -
HSV(B) 344.66º 0.6% 0.87% -
XYZ 36.82 23.76 21.06 -
YUV 131.64 122.56 191.74 -
System Red Green Blue C M Y K H S L
Decimal 221 88 122 0 0.60 0.45 0.13 344.66 0.66 0.61
Hex DD 58 7A 0 3C 2D D 159 42 3D
Octal 335 130 172 0 74 55 15 531 102 75
Binary 11011101 1011000 1111010 0 111100 101101 1101 101011001 1000010 111101

Color Harmonies of #DD587A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD587A

Black with #DD587A

Text Example


Text Example

White with #DD587A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD587A; }

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

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

background-color css

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

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

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

border-color css

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

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

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