Html Css Color HEX #DF5164 Cabaret

📋 copy color: '#DF5164'

red 223 ◦ green 81 ◦ blue 100

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

Shades of Cabaret #DF5164

Tints of Cabaret #DF5164

RGB

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

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

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

R = 55.2%
G = 20.05%
B = 24.75%

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

#DF5164 (or 0xDF5164) is known color: Cabaret. HEX triplet: DF, 51 and 64. RGB value is (223,81,100). Sum of RGB (Red+Green+Blue) = 223+81+100=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5164 is #20AE9B. Grayscale: #7D7D7D. Windows color (decimal): -2141852 or 6574559. OLE color: 6574559.

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

Color convert

RGB 223 81 100 -
CMYK 0 0.64 0.55 0.13
HSL 351.97º 0.69% 0.6% -
HSV(B) 351.97º 0.64% 0.87% -
XYZ 35.67 22.49 14.52 -
YUV 125.62 113.54 197.46 -
System Red Green Blue C M Y K H S L
Decimal 223 81 100 0 0.64 0.55 0.13 351.97 0.69 0.6
Hex DF 51 64 0 40 37 D 160 45 3C
Octal 337 121 144 0 100 67 15 540 105 74
Binary 11011111 1010001 1100100 0 1000000 110111 1101 101100000 1000101 111100

Color Harmonies of #DF5164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5164

Black with #DF5164

Text Example


Text Example

White with #DF5164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5164; }

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

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

background-color css

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

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

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

border-color css

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

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

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