Html Css Color HEX #DA4F6C Cabaret

📋 copy color: '#DA4F6C'

red 218 ◦ green 79 ◦ blue 108

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

Shades of Cabaret #DA4F6C

Tints of Cabaret #DA4F6C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.51%

 BLUE value IS 108 (42.58% from 255) = 26.67%

R = 53.83%
G = 19.51%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA4F6C (or 0xDA4F6C) is known color: Cabaret. HEX triplet: DA, 4F and 6C. RGB value is (218,79,108). Sum of RGB (Red+Green+Blue) = 218+79+108=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 79 (31.25% from 255 or 19.51% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA4F6C is #25B093. Grayscale: #7B7B7B. Windows color (decimal): -2470036 or 7098330. OLE color: 7098330.

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

Color convert

RGB 218 79 108 -
CMYK 0 0.64 0.50 0.15
HSL 347.48º 0.65% 0.58% -
HSV(B) 347.48º 0.64% 0.85% -
XYZ 34.42 21.58 16.54 -
YUV 123.87 119.05 195.14 -
System Red Green Blue C M Y K H S L
Decimal 218 79 108 0 0.64 0.50 0.15 347.48 0.65 0.58
Hex DA 4F 6C 0 40 32 F 15B 41 3A
Octal 332 117 154 0 100 62 17 533 101 72
Binary 11011010 1001111 1101100 0 1000000 110010 1111 101011011 1000001 111010

Color Harmonies of #DA4F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4F6C

Black with #DA4F6C

Text Example


Text Example

White with #DA4F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4F6C; }

 p { color: rgb(218,79,108); }

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

background-color css

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

 a { background-color: rgb(218,79,108); }

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

border-color css

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

 span { border-color: rgb(218,79,108); }

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