Html Css Color HEX #DD5C6F Cabaret

📋 copy color: '#DD5C6F'

red 221 ◦ green 92 ◦ blue 111

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

Shades of Cabaret #DD5C6F

Tints of Cabaret #DD5C6F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.7%

 BLUE value IS 111 (43.75% from 255) = 26.18%

R = 52.12%
G = 21.7%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD5C6F (or 0xDD5C6F) is known color: Cabaret. HEX triplet: DD, 5C and 6F. RGB value is (221,92,111). Sum of RGB (Red+Green+Blue) = 221+92+111=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 92 (36.33% from 255 or 21.70% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5C6F is #22A390. Grayscale: #848484. Windows color (decimal): -2270097 or 7298269. OLE color: 7298269.

HSL color Cylindrical-coordinate representation of color #DD5C6F: hue angle of 351.16º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD5C6F is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 92 111 -
CMYK 0 0.58 0.50 0.13
HSL 351.16º 0.65% 0.61% -
HSV(B) 351.16º 0.58% 0.87% -
XYZ 36.52 24.17 17.78 -
YUV 132.74 115.74 190.96 -
System Red Green Blue C M Y K H S L
Decimal 221 92 111 0 0.58 0.50 0.13 351.16 0.65 0.61
Hex DD 5C 6F 0 3A 32 D 15F 41 3D
Octal 335 134 157 0 72 62 15 537 101 75
Binary 11011101 1011100 1101111 0 111010 110010 1101 101011111 1000001 111101

Color Harmonies of #DD5C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5C6F

Black with #DD5C6F

Text Example


Text Example

White with #DD5C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5C6F; }

 p { color: rgb(221,92,111); }

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

background-color css

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

 a { background-color: rgb(221,92,111); }

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

border-color css

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

 span { border-color: rgb(221,92,111); }

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