Html Css Color HEX #DF5969 Cabaret

📋 copy color: '#DF5969'

red 223 ◦ green 89 ◦ blue 105

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

Shades of Cabaret #DF5969

Tints of Cabaret #DF5969

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.34%

 BLUE value IS 105 (41.41% from 255) = 25.18%

R = 53.48%
G = 21.34%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DF5969 (or 0xDF5969) is known color: Cabaret. HEX triplet: DF, 59 and 69. RGB value is (223,89,105). Sum of RGB (Red+Green+Blue) = 223+89+105=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 105 (41.41% from 255 or 25.18% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5969 is #20A696. Grayscale: #828282. Windows color (decimal): -2139799 or 6904287. OLE color: 6904287.

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

Color convert

RGB 223 89 105 -
CMYK 0 0.60 0.53 0.13
HSL 352.84º 0.68% 0.61% -
HSV(B) 352.84º 0.6% 0.87% -
XYZ 36.55 23.85 16.04 -
YUV 130.89 113.39 193.7 -
System Red Green Blue C M Y K H S L
Decimal 223 89 105 0 0.60 0.53 0.13 352.84 0.68 0.61
Hex DF 59 69 0 3C 35 D 161 44 3D
Octal 337 131 151 0 74 65 15 541 104 75
Binary 11011111 1011001 1101001 0 111100 110101 1101 101100001 1000100 111101

Color Harmonies of #DF5969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5969

Black with #DF5969

Text Example


Text Example

White with #DF5969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5969; }

 p { color: rgb(223,89,105); }

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

background-color css

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

 a { background-color: rgb(223,89,105); }

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

border-color css

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

 span { border-color: rgb(223,89,105); }

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