Html Css Color HEX #DF5068 Cabaret

📋 copy color: '#DF5068'

red 223 ◦ green 80 ◦ blue 104

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

Shades of Cabaret #DF5068

Tints of Cabaret #DF5068

RGB

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

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

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

R = 54.79%
G = 19.66%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DF5068 (or 0xDF5068) is known color: Cabaret. HEX triplet: DF, 50 and 68. RGB value is (223,80,104). Sum of RGB (Red+Green+Blue) = 223+80+104=407 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.79% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5068 is #20AF97. Grayscale: #7D7D7D. Windows color (decimal): -2142104 or 6836447. OLE color: 6836447.

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

Color convert

RGB 223 80 104 -
CMYK 0 0.64 0.53 0.13
HSL 349.93º 0.69% 0.59% -
HSV(B) 349.93º 0.64% 0.87% -
XYZ 35.8 22.42 15.54 -
YUV 125.49 115.88 197.55 -
System Red Green Blue C M Y K H S L
Decimal 223 80 104 0 0.64 0.53 0.13 349.93 0.69 0.59
Hex DF 50 68 0 40 35 D 15E 45 3B
Octal 337 120 150 0 100 65 15 536 105 73
Binary 11011111 1010000 1101000 0 1000000 110101 1101 101011110 1000101 111011

Color Harmonies of #DF5068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5068

Black with #DF5068

Text Example


Text Example

White with #DF5068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5068; }

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

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

background-color css

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

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

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

border-color css

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

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

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