Html Css Color HEX #DF5064 Cabaret

📋 copy color: '#DF5064'

red 223 ◦ green 80 ◦ blue 100

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

Shades of Cabaret #DF5064

Tints of Cabaret #DF5064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.81%

R = 55.33%
G = 19.85%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF5064 (or 0xDF5064) is known color: Cabaret. HEX triplet: DF, 50 and 64. RGB value is (223,80,100). Sum of RGB (Red+Green+Blue) = 223+80+100=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5064 is #20AF9B. Grayscale: #7D7D7D. Windows color (decimal): -2142108 or 6574303. OLE color: 6574303.

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

Color convert

RGB 223 80 100 -
CMYK 0 0.64 0.55 0.13
HSL 351.61º 0.69% 0.59% -
HSV(B) 351.61º 0.64% 0.87% -
XYZ 35.6 22.35 14.49 -
YUV 125.04 113.88 197.87 -
System Red Green Blue C M Y K H S L
Decimal 223 80 100 0 0.64 0.55 0.13 351.61 0.69 0.59
Hex DF 50 64 0 40 37 D 160 45 3B
Octal 337 120 144 0 100 67 15 540 105 73
Binary 11011111 1010000 1100100 0 1000000 110111 1101 101100000 1000101 111011

Color Harmonies of #DF5064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5064

Black with #DF5064

Text Example


Text Example

White with #DF5064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5064; }

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

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

background-color css

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

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

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

border-color css

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

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

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