Html Css Color HEX #DA4B68 Cabaret

📋 copy color: '#DA4B68'

red 218 ◦ green 75 ◦ blue 104

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

Shades of Cabaret #DA4B68

Tints of Cabaret #DA4B68

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.89%

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

R = 54.91%
G = 18.89%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DA4B68 (or 0xDA4B68) is known color: Cabaret. HEX triplet: DA, 4B and 68. RGB value is (218,75,104). Sum of RGB (Red+Green+Blue) = 218+75+104=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 75 (29.69% from 255 or 18.89% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4B68 is #25B497. Grayscale: #797979. Windows color (decimal): -2471064 or 6835162. OLE color: 6835162.

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

Color convert

RGB 218 75 104 -
CMYK 0 0.66 0.52 0.15
HSL 347.83º 0.66% 0.57% -
HSV(B) 347.83º 0.66% 0.85% -
XYZ 33.93 20.94 15.35 -
YUV 121.06 118.38 197.14 -
System Red Green Blue C M Y K H S L
Decimal 218 75 104 0 0.66 0.52 0.15 347.83 0.66 0.57
Hex DA 4B 68 0 42 34 F 15C 42 39
Octal 332 113 150 0 102 64 17 534 102 71
Binary 11011010 1001011 1101000 0 1000010 110100 1111 101011100 1000010 111001

Color Harmonies of #DA4B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4B68

Black with #DA4B68

Text Example


Text Example

White with #DA4B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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