Html Css Color HEX #DF4A65 Cabaret

📋 copy color: '#DF4A65'

red 223 ◦ green 74 ◦ blue 101

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

Shades of Cabaret #DF4A65

Tints of Cabaret #DF4A65

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.59%

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

R = 56.03%
G = 18.59%
B = 25.38%

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

#DF4A65 (or 0xDF4A65) is known color: Cabaret. HEX triplet: DF, 4A and 65. RGB value is (223,74,101). Sum of RGB (Red+Green+Blue) = 223+74+101=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4A65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4A65 is #20B59A. Grayscale: #797979. Windows color (decimal): -2143643 or 6638303. OLE color: 6638303.

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

Color convert

RGB 223 74 101 -
CMYK 0 0.67 0.55 0.13
HSL 349.13º 0.7% 0.58% -
HSV(B) 349.13º 0.67% 0.87% -
XYZ 35.23 21.53 14.61 -
YUV 121.63 116.36 200.3 -
System Red Green Blue C M Y K H S L
Decimal 223 74 101 0 0.67 0.55 0.13 349.13 0.7 0.58
Hex DF 4A 65 0 43 37 D 15D 46 3A
Octal 337 112 145 0 103 67 15 535 106 72
Binary 11011111 1001010 1100101 0 1000011 110111 1101 101011101 1000110 111010

Color Harmonies of #DF4A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4A65

Black with #DF4A65

Text Example


Text Example

White with #DF4A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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