Html Css Color HEX #DF5066 Cabaret

📋 copy color: '#DF5066'

red 223 ◦ green 80 ◦ blue 102

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

Shades of Cabaret #DF5066

Tints of Cabaret #DF5066

RGB

 RED value IS 223 (87.5% from 255) = 55.06%

 GREEN value IS 80 (31.64% from 255) = 19.75%

 BLUE value IS 102 (40.23% from 255) = 25.19%

R = 55.06%
G = 19.75%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DF5066 (or 0xDF5066) is known color: Cabaret. HEX triplet: DF, 50 and 66. RGB value is (223,80,102). Sum of RGB (Red+Green+Blue) = 223+80+102=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 102 (40.23% from 255 or 25.19% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5066 is #20AF99. Grayscale: #7D7D7D. Windows color (decimal): -2142106 or 6705375. OLE color: 6705375.

HSL color Cylindrical-coordinate representation of color #DF5066: hue angle of 350.77º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF5066 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 80 102 -
CMYK 0 0.64 0.54 0.13
HSL 350.77º 0.69% 0.59% -
HSV(B) 350.77º 0.64% 0.87% -
XYZ 35.7 22.38 15.01 -
YUV 125.27 114.88 197.71 -
System Red Green Blue C M Y K H S L
Decimal 223 80 102 0 0.64 0.54 0.13 350.77 0.69 0.59
Hex DF 50 66 0 40 36 D 15F 45 3B
Octal 337 120 146 0 100 66 15 537 105 73
Binary 11011111 1010000 1100110 0 1000000 110110 1101 101011111 1000101 111011

Color Harmonies of #DF5066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5066

Black with #DF5066

Text Example


Text Example

White with #DF5066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5066; }

 p { color: rgb(223,80,102); }

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

background-color css

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

 a { background-color: rgb(223,80,102); }

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

border-color css

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

 span { border-color: rgb(223,80,102); }

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