Html Css Color HEX #DF5167 Cabaret

📋 copy color: '#DF5167'

red 223 ◦ green 81 ◦ blue 103

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

Shades of Cabaret #DF5167

Tints of Cabaret #DF5167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 25.31%

R = 54.79%
G = 19.9%
B = 25.31%

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

#DF5167 (or 0xDF5167) is known color: Cabaret. HEX triplet: DF, 51 and 67. RGB value is (223,81,103). Sum of RGB (Red+Green+Blue) = 223+81+103=407 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.79% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5167 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5167 is #20AE98. Grayscale: #7E7E7E. Windows color (decimal): -2141849 or 6771167. OLE color: 6771167.

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

Color convert

RGB 223 81 103 -
CMYK 0 0.64 0.54 0.13
HSL 350.7º 0.69% 0.6% -
HSV(B) 350.7º 0.64% 0.87% -
XYZ 35.82 22.55 15.3 -
YUV 125.97 115.04 197.21 -
System Red Green Blue C M Y K H S L
Decimal 223 81 103 0 0.64 0.54 0.13 350.7 0.69 0.6
Hex DF 51 67 0 40 36 D 15F 45 3C
Octal 337 121 147 0 100 66 15 537 105 74
Binary 11011111 1010001 1100111 0 1000000 110110 1101 101011111 1000101 111100

Color Harmonies of #DF5167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5167

Black with #DF5167

Text Example


Text Example

White with #DF5167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5167; }

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

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

background-color css

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

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

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

border-color css

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

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

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