Html Css Color HEX #DF4964 Cabaret

📋 copy color: '#DF4964'

red 223 ◦ green 73 ◦ blue 100

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

Shades of Cabaret #DF4964

Tints of Cabaret #DF4964

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.43%

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

R = 56.31%
G = 18.43%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF4964 (or 0xDF4964) is known color: Cabaret. HEX triplet: DF, 49 and 64. RGB value is (223,73,100). Sum of RGB (Red+Green+Blue) = 223+73+100=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 100 (39.45% from 255 or 25.25% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4964 is #20B69B. Grayscale: #787878. Windows color (decimal): -2143900 or 6572511. OLE color: 6572511.

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

Color convert

RGB 223 73 100 -
CMYK 0 0.67 0.55 0.13
HSL 349.2º 0.7% 0.58% -
HSV(B) 349.2º 0.67% 0.87% -
XYZ 35.11 21.37 14.33 -
YUV 120.93 116.2 200.8 -
System Red Green Blue C M Y K H S L
Decimal 223 73 100 0 0.67 0.55 0.13 349.2 0.7 0.58
Hex DF 49 64 0 43 37 D 15D 46 3A
Octal 337 111 144 0 103 67 15 535 106 72
Binary 11011111 1001001 1100100 0 1000011 110111 1101 101011101 1000110 111010

Color Harmonies of #DF4964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4964

Black with #DF4964

Text Example


Text Example

White with #DF4964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4964; }

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

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

background-color css

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

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

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

border-color css

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

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

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