Html Css Color HEX #DA4865 Cabaret

📋 copy color: '#DA4865'

red 218 ◦ green 72 ◦ blue 101

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

Shades of Cabaret #DA4865

Tints of Cabaret #DA4865

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.41%

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

R = 55.75%
G = 18.41%
B = 25.83%

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

#DA4865 (or 0xDA4865) is known color: Cabaret. HEX triplet: DA, 48 and 65. RGB value is (218,72,101). Sum of RGB (Red+Green+Blue) = 218+72+101=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 72 (28.52% from 255 or 18.41% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4865 is #25B79A. Grayscale: #767676. Windows color (decimal): -2471835 or 6637786. OLE color: 6637786.

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

Color convert

RGB 218 72 101 -
CMYK 0 0.67 0.54 0.15
HSL 348.08º 0.66% 0.57% -
HSV(B) 348.08º 0.67% 0.85% -
XYZ 33.58 20.48 14.5 -
YUV 118.96 117.87 198.64 -
System Red Green Blue C M Y K H S L
Decimal 218 72 101 0 0.67 0.54 0.15 348.08 0.66 0.57
Hex DA 48 65 0 43 36 F 15C 42 39
Octal 332 110 145 0 103 66 17 534 102 71
Binary 11011010 1001000 1100101 0 1000011 110110 1111 101011100 1000010 111001

Color Harmonies of #DA4865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4865

Black with #DA4865

Text Example


Text Example

White with #DA4865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4865; }

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

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

background-color css

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

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

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

border-color css

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

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

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