Html Css Color HEX #DA4964 Cabaret

📋 copy color: '#DA4964'

red 218 ◦ green 73 ◦ blue 100

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

Shades of Cabaret #DA4964

Tints of Cabaret #DA4964

RGB

 RED value IS 218 (85.55% from 255) = 55.75%

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

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

R = 55.75%
G = 18.67%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA4964 (or 0xDA4964) is known color: Cabaret. HEX triplet: DA, 49 and 64. RGB value is (218,73,100). Sum of RGB (Red+Green+Blue) = 218+73+100=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4964 is #25B69B. Grayscale: #777777. Windows color (decimal): -2471580 or 6572506. OLE color: 6572506.

HSL color Cylindrical-coordinate representation of color #DA4964: hue angle of 348.83º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA4964 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 73 100 -
CMYK 0 0.67 0.54 0.15
HSL 348.83º 0.66% 0.57% -
HSV(B) 348.83º 0.67% 0.85% -
XYZ 33.6 20.59 14.26 -
YUV 119.43 117.04 198.3 -
System Red Green Blue C M Y K H S L
Decimal 218 73 100 0 0.67 0.54 0.15 348.83 0.66 0.57
Hex DA 49 64 0 43 36 F 15D 42 39
Octal 332 111 144 0 103 66 17 535 102 71
Binary 11011010 1001001 1100100 0 1000011 110110 1111 101011101 1000010 111001

Color Harmonies of #DA4964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4964

Black with #DA4964

Text Example


Text Example

White with #DA4964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4964; }

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

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

background-color css

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

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

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

border-color css

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

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

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