Html Css Color HEX #D94C65 Cabaret

📋 copy color: '#D94C65'

red 217 ◦ green 76 ◦ blue 101

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

Shades of Cabaret #D94C65

Tints of Cabaret #D94C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.63%

R = 55.08%
G = 19.29%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D94C65 (or 0xD94C65) is known color: Cabaret. HEX triplet: D9, 4C and 65. RGB value is (217,76,101). Sum of RGB (Red+Green+Blue) = 217+76+101=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 76 (30.08% from 255 or 19.29% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94C65 is #26B39A. Grayscale: #797979. Windows color (decimal): -2536347 or 6638809. OLE color: 6638809.

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

Color convert

RGB 217 76 101 -
CMYK 0 0.65 0.53 0.15
HSL 349.36º 0.65% 0.57% -
HSV(B) 349.36º 0.65% 0.85% -
XYZ 33.55 20.86 14.57 -
YUV 121.01 116.71 196.47 -
System Red Green Blue C M Y K H S L
Decimal 217 76 101 0 0.65 0.53 0.15 349.36 0.65 0.57
Hex D9 4C 65 0 41 35 F 15D 41 39
Octal 331 114 145 0 101 65 17 535 101 71
Binary 11011001 1001100 1100101 0 1000001 110101 1111 101011101 1000001 111001

Color Harmonies of #D94C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94C65

Black with #D94C65

Text Example


Text Example

White with #D94C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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