Html Css Color HEX #D94C6D Cabaret

📋 copy color: '#D94C6D'

red 217 ◦ green 76 ◦ blue 109

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

Shades of Cabaret #D94C6D

Tints of Cabaret #D94C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.11%

R = 53.98%
G = 18.91%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D94C6D (or 0xD94C6D) is known color: Cabaret. HEX triplet: D9, 4C and 6D. RGB value is (217,76,109). Sum of RGB (Red+Green+Blue) = 217+76+109=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94C6D is #26B392. Grayscale: #797979. Windows color (decimal): -2536339 or 7163097. OLE color: 7163097.

HSL color Cylindrical-coordinate representation of color #D94C6D: hue angle of 345.96º 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 #D94C6D is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 76 109 -
CMYK 0 0.65 0.50 0.15
HSL 345.96º 0.65% 0.57% -
HSV(B) 345.96º 0.65% 0.85% -
XYZ 33.96 21.02 16.74 -
YUV 121.92 120.71 195.82 -
System Red Green Blue C M Y K H S L
Decimal 217 76 109 0 0.65 0.50 0.15 345.96 0.65 0.57
Hex D9 4C 6D 0 41 32 F 15A 41 39
Octal 331 114 155 0 101 62 17 532 101 71
Binary 11011001 1001100 1101101 0 1000001 110010 1111 101011010 1000001 111001

Color Harmonies of #D94C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94C6D

Black with #D94C6D

Text Example


Text Example

White with #D94C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94C6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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