Html Css Color HEX #D94D6C Cabaret

📋 copy color: '#D94D6C'

red 217 ◦ green 77 ◦ blue 108

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

Shades of Cabaret #D94D6C

Tints of Cabaret #D94D6C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.15%

 BLUE value IS 108 (42.58% from 255) = 26.87%

R = 53.98%
G = 19.15%
B = 26.87%

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

#D94D6C (or 0xD94D6C) is known color: Cabaret. HEX triplet: D9, 4D and 6C. RGB value is (217,77,108). Sum of RGB (Red+Green+Blue) = 217+77+108=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D94D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D94D6C is #26B293. Grayscale: #7A7A7A. Windows color (decimal): -2536084 or 7097817. OLE color: 7097817.

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

Color convert

RGB 217 77 108 -
CMYK 0 0.65 0.50 0.15
HSL 346.71º 0.65% 0.58% -
HSV(B) 346.71º 0.65% 0.85% -
XYZ 33.98 21.14 16.48 -
YUV 122.39 119.88 195.48 -
System Red Green Blue C M Y K H S L
Decimal 217 77 108 0 0.65 0.50 0.15 346.71 0.65 0.58
Hex D9 4D 6C 0 41 32 F 15B 41 3A
Octal 331 115 154 0 101 62 17 533 101 72
Binary 11011001 1001101 1101100 0 1000001 110010 1111 101011011 1000001 111010

Color Harmonies of #D94D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94D6C

Black with #D94D6C

Text Example


Text Example

White with #D94D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94D6C; }

 p { color: rgb(217,77,108); }

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

background-color css

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

 a { background-color: rgb(217,77,108); }

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

border-color css

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

 span { border-color: rgb(217,77,108); }

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