Html Css Color HEX #DA4862 Cabaret

📋 copy color: '#DA4862'

red 218 ◦ green 72 ◦ blue 98

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

Shades of Cabaret #DA4862

Tints of Cabaret #DA4862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.26%

R = 56.19%
G = 18.56%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA4862 (or 0xDA4862) is known color: Cabaret. HEX triplet: DA, 48 and 62. RGB value is (218,72,98). Sum of RGB (Red+Green+Blue) = 218+72+98=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 98 (38.67% from 255 or 25.26% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4862 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4862 is #25B79D. Grayscale: #767676. Windows color (decimal): -2471838 or 6441178. OLE color: 6441178.

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

Color convert

RGB 218 72 98 -
CMYK 0 0.67 0.55 0.15
HSL 349.32º 0.66% 0.57% -
HSV(B) 349.32º 0.67% 0.85% -
XYZ 33.44 20.42 13.73 -
YUV 118.62 116.37 198.89 -
System Red Green Blue C M Y K H S L
Decimal 218 72 98 0 0.67 0.55 0.15 349.32 0.66 0.57
Hex DA 48 62 0 43 37 F 15D 42 39
Octal 332 110 142 0 103 67 17 535 102 71
Binary 11011010 1001000 1100010 0 1000011 110111 1111 101011101 1000010 111001

Color Harmonies of #DA4862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4862

Black with #DA4862

Text Example


Text Example

White with #DA4862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4862; }

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

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

background-color css

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

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

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

border-color css

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

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

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