Html Css Color HEX #DF5265 Cabaret

📋 copy color: '#DF5265'

red 223 ◦ green 82 ◦ blue 101

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

Shades of Cabaret #DF5265

Tints of Cabaret #DF5265

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.2%

 BLUE value IS 101 (39.84% from 255) = 24.88%

R = 54.93%
G = 20.2%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF5265 (or 0xDF5265) is known color: Cabaret. HEX triplet: DF, 52 and 65. RGB value is (223,82,101). Sum of RGB (Red+Green+Blue) = 223+82+101=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5265 is #20AD9A. Grayscale: #7E7E7E. Windows color (decimal): -2141595 or 6640351. OLE color: 6640351.

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

Color convert

RGB 223 82 101 -
CMYK 0 0.63 0.55 0.13
HSL 351.91º 0.69% 0.6% -
HSV(B) 351.91º 0.63% 0.87% -
XYZ 35.8 22.66 14.8 -
YUV 126.33 113.71 196.96 -
System Red Green Blue C M Y K H S L
Decimal 223 82 101 0 0.63 0.55 0.13 351.91 0.69 0.6
Hex DF 52 65 0 3F 37 D 160 45 3C
Octal 337 122 145 0 77 67 15 540 105 74
Binary 11011111 1010010 1100101 0 111111 110111 1101 101100000 1000101 111100

Color Harmonies of #DF5265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5265

Black with #DF5265

Text Example


Text Example

White with #DF5265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5265; }

 p { color: rgb(223,82,101); }

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

background-color css

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

 a { background-color: rgb(223,82,101); }

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

border-color css

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

 span { border-color: rgb(223,82,101); }

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