Html Css Color HEX #D94D6B Cabaret

📋 copy color: '#D94D6B'

red 217 ◦ green 77 ◦ blue 107

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

Shades of Cabaret #D94D6B

Tints of Cabaret #D94D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.68%

R = 54.11%
G = 19.2%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D94D6B (or 0xD94D6B) is known color: Cabaret. HEX triplet: D9, 4D and 6B. RGB value is (217,77,107). Sum of RGB (Red+Green+Blue) = 217+77+107=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D94D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D94D6B is #26B294. Grayscale: #7A7A7A. Windows color (decimal): -2536085 or 7032281. OLE color: 7032281.

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

Color convert

RGB 217 77 107 -
CMYK 0 0.65 0.51 0.15
HSL 347.14º 0.65% 0.58% -
HSV(B) 347.14º 0.65% 0.85% -
XYZ 33.92 21.12 16.2 -
YUV 122.28 119.38 195.56 -
System Red Green Blue C M Y K H S L
Decimal 217 77 107 0 0.65 0.51 0.15 347.14 0.65 0.58
Hex D9 4D 6B 0 41 33 F 15B 41 3A
Octal 331 115 153 0 101 63 17 533 101 72
Binary 11011001 1001101 1101011 0 1000001 110011 1111 101011011 1000001 111010

Color Harmonies of #D94D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94D6B

Black with #D94D6B

Text Example


Text Example

White with #D94D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94D6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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