Html Css Color HEX #DD587F Cranberry

📋 copy color: '#DD587F'

red 221 ◦ green 88 ◦ blue 127

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

Shades of Cranberry #DD587F

Tints of Cranberry #DD587F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.13%

R = 50.69%
G = 20.18%
B = 29.13%

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

#DD587F (or 0xDD587F) is known color: Cranberry. HEX triplet: DD, 58 and 7F. RGB value is (221,88,127). Sum of RGB (Red+Green+Blue) = 221+88+127=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 88 (34.77% from 255 or 20.18% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD587F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD587F is #22A780. Grayscale: #848484. Windows color (decimal): -2271105 or 8345821. OLE color: 8345821.

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

Color convert

RGB 221 88 127 -
CMYK 0 0.60 0.43 0.13
HSL 342.41º 0.66% 0.61% -
HSV(B) 342.41º 0.6% 0.87% -
XYZ 37.14 23.88 22.73 -
YUV 132.21 125.06 191.33 -
System Red Green Blue C M Y K H S L
Decimal 221 88 127 0 0.60 0.43 0.13 342.41 0.66 0.61
Hex DD 58 7F 0 3C 2B D 156 42 3D
Octal 335 130 177 0 74 53 15 526 102 75
Binary 11011101 1011000 1111111 0 111100 101011 1101 101010110 1000010 111101

Color Harmonies of #DD587F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD587F

Black with #DD587F

Text Example


Text Example

White with #DD587F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD587F; }

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

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

background-color css

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

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

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

border-color css

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

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

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