Html Css Color HEX #DA4466 Cabaret

📋 copy color: '#DA4466'

red 218 ◦ green 68 ◦ blue 102

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

Shades of Cabaret #DA4466

Tints of Cabaret #DA4466

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.53%

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

R = 56.19%
G = 17.53%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA4466 (or 0xDA4466) is known color: Cabaret. HEX triplet: DA, 44 and 66. RGB value is (218,68,102). Sum of RGB (Red+Green+Blue) = 218+68+102=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 68 (26.95% from 255 or 17.53% from 388); Blue value is 102 (40.23% from 255 or 26.29% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4466 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4466 is #25BB99. Grayscale: #747474. Windows color (decimal): -2472858 or 6702298. OLE color: 6702298.

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

Color convert

RGB 218 68 102 -
CMYK 0 0.69 0.53 0.15
HSL 346.4º 0.67% 0.56% -
HSV(B) 346.4º 0.69% 0.85% -
XYZ 33.38 20 14.67 -
YUV 116.73 119.7 200.24 -
System Red Green Blue C M Y K H S L
Decimal 218 68 102 0 0.69 0.53 0.15 346.4 0.67 0.56
Hex DA 44 66 0 45 35 F 15A 43 38
Octal 332 104 146 0 105 65 17 532 103 70
Binary 11011010 1000100 1100110 0 1000101 110101 1111 101011010 1000011 111000

Color Harmonies of #DA4466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4466

Black with #DA4466

Text Example


Text Example

White with #DA4466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4466; }

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

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

background-color css

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

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

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

border-color css

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

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

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