Html Css Color HEX #DF4B64 Cabaret

📋 copy color: '#DF4B64'

red 223 ◦ green 75 ◦ blue 100

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

Shades of Cabaret #DF4B64

Tints of Cabaret #DF4B64

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.84%

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

R = 56.03%
G = 18.84%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF4B64 (or 0xDF4B64) is known color: Cabaret. HEX triplet: DF, 4B and 64. RGB value is (223,75,100). Sum of RGB (Red+Green+Blue) = 223+75+100=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 75 (29.69% from 255 or 18.84% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4B64 is #20B49B. Grayscale: #7A7A7A. Windows color (decimal): -2143388 or 6573023. OLE color: 6573023.

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

Color convert

RGB 223 75 100 -
CMYK 0 0.66 0.55 0.13
HSL 349.86º 0.7% 0.58% -
HSV(B) 349.86º 0.66% 0.87% -
XYZ 35.25 21.64 14.38 -
YUV 122.1 115.53 199.97 -
System Red Green Blue C M Y K H S L
Decimal 223 75 100 0 0.66 0.55 0.13 349.86 0.7 0.58
Hex DF 4B 64 0 42 37 D 15E 46 3A
Octal 337 113 144 0 102 67 15 536 106 72
Binary 11011111 1001011 1100100 0 1000010 110111 1101 101011110 1000110 111010

Color Harmonies of #DF4B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4B64

Black with #DF4B64

Text Example


Text Example

White with #DF4B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4B64; }

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

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

background-color css

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

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

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

border-color css

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

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

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