Html Css Color HEX #D94C6B Cabaret

📋 copy color: '#D94C6B'

red 217 ◦ green 76 ◦ blue 107

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

Shades of Cabaret #D94C6B

Tints of Cabaret #D94C6B

RGB

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

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

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

R = 54.25%
G = 19%
B = 26.75%

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

#D94C6B (or 0xD94C6B) is known color: Cabaret. HEX triplet: D9, 4C and 6B. RGB value is (217,76,107). Sum of RGB (Red+Green+Blue) = 217+76+107=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 76 (30.08% from 255 or 19% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94C6B is #26B394. Grayscale: #797979. Windows color (decimal): -2536341 or 7032025. OLE color: 7032025.

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

Color convert

RGB 217 76 107 -
CMYK 0 0.65 0.51 0.15
HSL 346.81º 0.65% 0.57% -
HSV(B) 346.81º 0.65% 0.85% -
XYZ 33.85 20.98 16.18 -
YUV 121.69 119.71 195.98 -
System Red Green Blue C M Y K H S L
Decimal 217 76 107 0 0.65 0.51 0.15 346.81 0.65 0.57
Hex D9 4C 6B 0 41 33 F 15B 41 39
Octal 331 114 153 0 101 63 17 533 101 71
Binary 11011001 1001100 1101011 0 1000001 110011 1111 101011011 1000001 111001

Color Harmonies of #D94C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94C6B

Black with #D94C6B

Text Example


Text Example

White with #D94C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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