Html Css Color HEX #DA4866 Cabaret

📋 copy color: '#DA4866'

red 218 ◦ green 72 ◦ blue 102

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

Shades of Cabaret #DA4866

Tints of Cabaret #DA4866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.02%

R = 55.61%
G = 18.37%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA4866 (or 0xDA4866) is known color: Cabaret. HEX triplet: DA, 48 and 66. RGB value is (218,72,102). Sum of RGB (Red+Green+Blue) = 218+72+102=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4866 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4866 is #25B799. Grayscale: #777777. Windows color (decimal): -2471834 or 6703322. OLE color: 6703322.

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

Color convert

RGB 218 72 102 -
CMYK 0 0.67 0.53 0.15
HSL 347.67º 0.66% 0.57% -
HSV(B) 347.67º 0.67% 0.85% -
XYZ 33.63 20.5 14.75 -
YUV 119.07 118.37 198.56 -
System Red Green Blue C M Y K H S L
Decimal 218 72 102 0 0.67 0.53 0.15 347.67 0.66 0.57
Hex DA 48 66 0 43 35 F 15C 42 39
Octal 332 110 146 0 103 65 17 534 102 71
Binary 11011010 1001000 1100110 0 1000011 110101 1111 101011100 1000010 111001

Color Harmonies of #DA4866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4866

Black with #DA4866

Text Example


Text Example

White with #DA4866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4866; }

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

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

background-color css

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

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

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

border-color css

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

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

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