Html Css Color HEX #DD5869 Cabaret

📋 copy color: '#DD5869'

red 221 ◦ green 88 ◦ blue 105

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

Shades of Cabaret #DD5869

Tints of Cabaret #DD5869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.36%

R = 53.38%
G = 21.26%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD5869 (or 0xDD5869) is known color: Cabaret. HEX triplet: DD, 58 and 69. RGB value is (221,88,105). Sum of RGB (Red+Green+Blue) = 221+88+105=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 88 (34.77% from 255 or 21.26% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5869 is #22A796. Grayscale: #818181. Windows color (decimal): -2271127 or 6904029. OLE color: 6904029.

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

Color convert

RGB 221 88 105 -
CMYK 0 0.60 0.52 0.13
HSL 352.33º 0.66% 0.61% -
HSV(B) 352.33º 0.6% 0.87% -
XYZ 35.86 23.37 15.99 -
YUV 129.71 114.06 193.12 -
System Red Green Blue C M Y K H S L
Decimal 221 88 105 0 0.60 0.52 0.13 352.33 0.66 0.61
Hex DD 58 69 0 3C 34 D 160 42 3D
Octal 335 130 151 0 74 64 15 540 102 75
Binary 11011101 1011000 1101001 0 111100 110100 1101 101100000 1000010 111101

Color Harmonies of #DD5869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5869

Black with #DD5869

Text Example


Text Example

White with #DD5869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5869; }

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

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

background-color css

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

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

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

border-color css

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

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

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