Html Css Color HEX #DF5268 Cabaret

📋 copy color: '#DF5268'

red 223 ◦ green 82 ◦ blue 104

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

Shades of Cabaret #DF5268

Tints of Cabaret #DF5268

RGB

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

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

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

R = 54.52%
G = 20.05%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DF5268 (or 0xDF5268) is known color: Cabaret. HEX triplet: DF, 52 and 68. RGB value is (223,82,104). Sum of RGB (Red+Green+Blue) = 223+82+104=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5268 is #20AD97. Grayscale: #7E7E7E. Windows color (decimal): -2141592 or 6836959. OLE color: 6836959.

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

Color convert

RGB 223 82 104 -
CMYK 0 0.63 0.53 0.13
HSL 350.64º 0.69% 0.6% -
HSV(B) 350.64º 0.63% 0.87% -
XYZ 35.95 22.72 15.59 -
YUV 126.67 115.21 196.71 -
System Red Green Blue C M Y K H S L
Decimal 223 82 104 0 0.63 0.53 0.13 350.64 0.69 0.6
Hex DF 52 68 0 3F 35 D 15F 45 3C
Octal 337 122 150 0 77 65 15 537 105 74
Binary 11011111 1010010 1101000 0 111111 110101 1101 101011111 1000101 111100

Color Harmonies of #DF5268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5268

Black with #DF5268

Text Example


Text Example

White with #DF5268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5268; }

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

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

background-color css

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

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

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

border-color css

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

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

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