Html Css Color HEX #D94B63 Cabaret

📋 copy color: '#D94B63'

red 217 ◦ green 75 ◦ blue 99

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

Shades of Cabaret #D94B63

Tints of Cabaret #D94B63

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.18%

 BLUE value IS 99 (39.06% from 255) = 25.32%

R = 55.5%
G = 19.18%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D94B63 (or 0xD94B63) is known color: Cabaret. HEX triplet: D9, 4B and 63. RGB value is (217,75,99). Sum of RGB (Red+Green+Blue) = 217+75+99=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 99 (39.06% from 255 or 25.32% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D94B63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94B63 is #26B49C. Grayscale: #787878. Windows color (decimal): -2536605 or 6507481. OLE color: 6507481.

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

Color convert

RGB 217 75 99 -
CMYK 0 0.65 0.54 0.15
HSL 349.86º 0.65% 0.57% -
HSV(B) 349.86º 0.65% 0.85% -
XYZ 33.38 20.68 14.04 -
YUV 120.19 116.04 197.05 -
System Red Green Blue C M Y K H S L
Decimal 217 75 99 0 0.65 0.54 0.15 349.86 0.65 0.57
Hex D9 4B 63 0 41 36 F 15E 41 39
Octal 331 113 143 0 101 66 17 536 101 71
Binary 11011001 1001011 1100011 0 1000001 110110 1111 101011110 1000001 111001

Color Harmonies of #D94B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94B63

Black with #D94B63

Text Example


Text Example

White with #D94B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94B63; }

 p { color: rgb(217,75,99); }

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

background-color css

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

 a { background-color: rgb(217,75,99); }

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

border-color css

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

 span { border-color: rgb(217,75,99); }

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