Html Css Color HEX #DD5868 Cabaret

📋 copy color: '#DD5868'

red 221 ◦ green 88 ◦ blue 104

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

Shades of Cabaret #DD5868

Tints of Cabaret #DD5868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.18%

R = 53.51%
G = 21.31%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD5868 (or 0xDD5868) is known color: Cabaret. HEX triplet: DD, 58 and 68. RGB value is (221,88,104). Sum of RGB (Red+Green+Blue) = 221+88+104=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 88 (34.77% from 255 or 21.31% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5868 is #22A797. Grayscale: #818181. Windows color (decimal): -2271128 or 6838493. OLE color: 6838493.

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

Color convert

RGB 221 88 104 -
CMYK 0 0.60 0.53 0.13
HSL 352.78º 0.66% 0.61% -
HSV(B) 352.78º 0.6% 0.87% -
XYZ 35.81 23.35 15.72 -
YUV 129.59 113.56 193.2 -
System Red Green Blue C M Y K H S L
Decimal 221 88 104 0 0.60 0.53 0.13 352.78 0.66 0.61
Hex DD 58 68 0 3C 35 D 161 42 3D
Octal 335 130 150 0 74 65 15 541 102 75
Binary 11011101 1011000 1101000 0 111100 110101 1101 101100001 1000010 111101

Color Harmonies of #DD5868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5868

Black with #DD5868

Text Example


Text Example

White with #DD5868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5868; }

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

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

background-color css

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

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

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

border-color css

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

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

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