Html Css Color HEX #DA4C6B Cabaret

📋 copy color: '#DA4C6B'

red 218 ◦ green 76 ◦ blue 107

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

Shades of Cabaret #DA4C6B

Tints of Cabaret #DA4C6B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.95%

 BLUE value IS 107 (42.19% from 255) = 26.68%

R = 54.36%
G = 18.95%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA4C6B (or 0xDA4C6B) is known color: Cabaret. HEX triplet: DA, 4C and 6B. RGB value is (218,76,107). Sum of RGB (Red+Green+Blue) = 218+76+107=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4C6B is #25B394. Grayscale: #7A7A7A. Windows color (decimal): -2470805 or 7032026. OLE color: 7032026.

HSL color Cylindrical-coordinate representation of color #DA4C6B: hue angle of 346.9º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA4C6B is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 76 107 -
CMYK 0 0.65 0.51 0.15
HSL 346.9º 0.66% 0.58% -
HSV(B) 346.9º 0.65% 0.85% -
XYZ 34.15 21.14 16.19 -
YUV 121.99 119.54 196.48 -
System Red Green Blue C M Y K H S L
Decimal 218 76 107 0 0.65 0.51 0.15 346.9 0.66 0.58
Hex DA 4C 6B 0 41 33 F 15B 42 3A
Octal 332 114 153 0 101 63 17 533 102 72
Binary 11011010 1001100 1101011 0 1000001 110011 1111 101011011 1000010 111010

Color Harmonies of #DA4C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4C6B

Black with #DA4C6B

Text Example


Text Example

White with #DA4C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4C6B; }

 p { color: rgb(218,76,107); }

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

background-color css

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

 a { background-color: rgb(218,76,107); }

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

border-color css

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

 span { border-color: rgb(218,76,107); }

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