Html Css Color HEX #D94C68 Cabaret

📋 copy color: '#D94C68'

red 217 ◦ green 76 ◦ blue 104

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

Shades of Cabaret #D94C68

Tints of Cabaret #D94C68

RGB

 RED value IS 217 (85.16% from 255) = 54.66%

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

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

R = 54.66%
G = 19.14%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D94C68 (or 0xD94C68) is known color: Cabaret. HEX triplet: D9, 4C and 68. RGB value is (217,76,104). Sum of RGB (Red+Green+Blue) = 217+76+104=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94C68 is #26B397. Grayscale: #797979. Windows color (decimal): -2536344 or 6835417. OLE color: 6835417.

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

Color convert

RGB 217 76 104 -
CMYK 0 0.65 0.52 0.15
HSL 348.09º 0.65% 0.57% -
HSV(B) 348.09º 0.65% 0.85% -
XYZ 33.7 20.92 15.36 -
YUV 121.35 118.21 196.22 -
System Red Green Blue C M Y K H S L
Decimal 217 76 104 0 0.65 0.52 0.15 348.09 0.65 0.57
Hex D9 4C 68 0 41 34 F 15C 41 39
Octal 331 114 150 0 101 64 17 534 101 71
Binary 11011001 1001100 1101000 0 1000001 110100 1111 101011100 1000001 111001

Color Harmonies of #D94C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94C68

Black with #D94C68

Text Example


Text Example

White with #D94C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94C68; }

 p { color: rgb(217,76,104); }

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

background-color css

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

 a { background-color: rgb(217,76,104); }

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

border-color css

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

 span { border-color: rgb(217,76,104); }

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