Html Css Color HEX #DA4965 Cabaret

📋 copy color: '#DA4965'

red 218 ◦ green 73 ◦ blue 101

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

Shades of Cabaret #DA4965

Tints of Cabaret #DA4965

RGB

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

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

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

R = 55.61%
G = 18.62%
B = 25.77%

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

#DA4965 (or 0xDA4965) is known color: Cabaret. HEX triplet: DA, 49 and 65. RGB value is (218,73,101). Sum of RGB (Red+Green+Blue) = 218+73+101=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 101 (39.84% from 255 or 25.77% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4965 is #25B69A. Grayscale: #777777. Windows color (decimal): -2471579 or 6638042. OLE color: 6638042.

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

Color convert

RGB 218 73 101 -
CMYK 0 0.67 0.54 0.15
HSL 348.41º 0.66% 0.57% -
HSV(B) 348.41º 0.67% 0.85% -
XYZ 33.64 20.61 14.52 -
YUV 119.55 117.54 198.22 -
System Red Green Blue C M Y K H S L
Decimal 218 73 101 0 0.67 0.54 0.15 348.41 0.66 0.57
Hex DA 49 65 0 43 36 F 15C 42 39
Octal 332 111 145 0 103 66 17 534 102 71
Binary 11011010 1001001 1100101 0 1000011 110110 1111 101011100 1000010 111001

Color Harmonies of #DA4965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4965

Black with #DA4965

Text Example


Text Example

White with #DA4965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4965; }

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

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

background-color css

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

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

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

border-color css

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

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

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