Html Css Color HEX #DD586D Cabaret

📋 copy color: '#DD586D'

red 221 ◦ green 88 ◦ blue 109

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

Shades of Cabaret #DD586D

Tints of Cabaret #DD586D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.08%

R = 52.87%
G = 21.05%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD586D (or 0xDD586D) is known color: Cabaret. HEX triplet: DD, 58 and 6D. RGB value is (221,88,109). Sum of RGB (Red+Green+Blue) = 221+88+109=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD586D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD586D is #22A792. Grayscale: #828282. Windows color (decimal): -2271123 or 7166173. OLE color: 7166173.

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

Color convert

RGB 221 88 109 -
CMYK 0 0.60 0.51 0.13
HSL 350.53º 0.66% 0.61% -
HSV(B) 350.53º 0.6% 0.87% -
XYZ 36.07 23.46 17.09 -
YUV 130.16 116.06 192.79 -
System Red Green Blue C M Y K H S L
Decimal 221 88 109 0 0.60 0.51 0.13 350.53 0.66 0.61
Hex DD 58 6D 0 3C 33 D 15F 42 3D
Octal 335 130 155 0 74 63 15 537 102 75
Binary 11011101 1011000 1101101 0 111100 110011 1101 101011111 1000010 111101

Color Harmonies of #DD586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD586D

Black with #DD586D

Text Example


Text Example

White with #DD586D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD586D; }

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

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

background-color css

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

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

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

border-color css

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

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

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