Html Css Color HEX #DF5168 Cabaret

📋 copy color: '#DF5168'

red 223 ◦ green 81 ◦ blue 104

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

Shades of Cabaret #DF5168

Tints of Cabaret #DF5168

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.85%

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

R = 54.66%
G = 19.85%
B = 25.49%

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

#DF5168 (or 0xDF5168) is known color: Cabaret. HEX triplet: DF, 51 and 68. RGB value is (223,81,104). Sum of RGB (Red+Green+Blue) = 223+81+104=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 81 (32.03% from 255 or 19.85% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5168 is #20AE97. Grayscale: #7E7E7E. Windows color (decimal): -2141848 or 6836703. OLE color: 6836703.

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

Color convert

RGB 223 81 104 -
CMYK 0 0.64 0.53 0.13
HSL 350.28º 0.69% 0.6% -
HSV(B) 350.28º 0.64% 0.87% -
XYZ 35.87 22.57 15.56 -
YUV 126.08 115.54 197.13 -
System Red Green Blue C M Y K H S L
Decimal 223 81 104 0 0.64 0.53 0.13 350.28 0.69 0.6
Hex DF 51 68 0 40 35 D 15E 45 3C
Octal 337 121 150 0 100 65 15 536 105 74
Binary 11011111 1010001 1101000 0 1000000 110101 1101 101011110 1000101 111100

Color Harmonies of #DF5168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5168

Black with #DF5168

Text Example


Text Example

White with #DF5168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5168; }

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

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

background-color css

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

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

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

border-color css

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

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

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