Html Css Color HEX #DA4768 Cabaret

📋 copy color: '#DA4768'

red 218 ◦ green 71 ◦ blue 104

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

Shades of Cabaret #DA4768

Tints of Cabaret #DA4768

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.07%

 BLUE value IS 104 (41.02% from 255) = 26.46%

R = 55.47%
G = 18.07%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DA4768 (or 0xDA4768) is known color: Cabaret. HEX triplet: DA, 47 and 68. RGB value is (218,71,104). Sum of RGB (Red+Green+Blue) = 218+71+104=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4768 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4768 is #25B897. Grayscale: #767676. Windows color (decimal): -2472088 or 6834138. OLE color: 6834138.

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

Color convert

RGB 218 71 104 -
CMYK 0 0.67 0.52 0.15
HSL 346.53º 0.67% 0.57% -
HSV(B) 346.53º 0.67% 0.85% -
XYZ 33.67 20.41 15.26 -
YUV 118.72 119.7 198.82 -
System Red Green Blue C M Y K H S L
Decimal 218 71 104 0 0.67 0.52 0.15 346.53 0.67 0.57
Hex DA 47 68 0 43 34 F 15B 43 39
Octal 332 107 150 0 103 64 17 533 103 71
Binary 11011010 1000111 1101000 0 1000011 110100 1111 101011011 1000011 111001

Color Harmonies of #DA4768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4768

Black with #DA4768

Text Example


Text Example

White with #DA4768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4768; }

 p { color: rgb(218,71,104); }

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

background-color css

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

 a { background-color: rgb(218,71,104); }

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

border-color css

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

 span { border-color: rgb(218,71,104); }

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