Html Css Color HEX #DD587B Cranberry

📋 copy color: '#DD587B'

red 221 ◦ green 88 ◦ blue 123

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

Shades of Cranberry #DD587B

Tints of Cranberry #DD587B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.47%

R = 51.16%
G = 20.37%
B = 28.47%

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

#DD587B (or 0xDD587B) is known color: Cranberry. HEX triplet: DD, 58 and 7B. RGB value is (221,88,123). Sum of RGB (Red+Green+Blue) = 221+88+123=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 88 (34.77% from 255 or 20.37% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD587B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD587B is #22A784. Grayscale: #838383. Windows color (decimal): -2271109 or 8083677. OLE color: 8083677.

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

Color convert

RGB 221 88 123 -
CMYK 0 0.60 0.44 0.13
HSL 344.21º 0.66% 0.61% -
HSV(B) 344.21º 0.6% 0.87% -
XYZ 36.88 23.78 21.39 -
YUV 131.76 123.06 191.65 -
System Red Green Blue C M Y K H S L
Decimal 221 88 123 0 0.60 0.44 0.13 344.21 0.66 0.61
Hex DD 58 7B 0 3C 2C D 158 42 3D
Octal 335 130 173 0 74 54 15 530 102 75
Binary 11011101 1011000 1111011 0 111100 101100 1101 101011000 1000010 111101

Color Harmonies of #DD587B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD587B

Black with #DD587B

Text Example


Text Example

White with #DD587B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD587B; }

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

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

background-color css

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

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

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

border-color css

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

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

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