Html Css Color HEX #D14D71 Cabaret

📋 copy color: '#D14D71'

red 209 ◦ green 77 ◦ blue 113

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

Shades of Cabaret #D14D71

Tints of Cabaret #D14D71

RGB

 RED value IS 209 (82.03% from 255) = 52.38%

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

 BLUE value IS 113 (44.53% from 255) = 28.32%

R = 52.38%
G = 19.3%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D14D71 (or 0xD14D71) is known color: Cabaret. HEX triplet: D1, 4D and 71. RGB value is (209,77,113). Sum of RGB (Red+Green+Blue) = 209+77+113=399 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.38% from 399); Green value is 77 (30.47% from 255 or 19.30% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 209 - color contains mainly: red. Hex color #D14D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D14D71 is #2EB28E. Grayscale: #787878. Windows color (decimal): -3060367 or 7425489. OLE color: 7425489.

HSL color Cylindrical-coordinate representation of color #D14D71: hue angle of 343.64º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D14D71 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 77 113 -
CMYK 0 0.63 0.46 0.18
HSL 343.64º 0.59% 0.56% -
HSV(B) 343.64º 0.63% 0.82% -
XYZ 31.93 20.06 17.81 -
YUV 120.57 123.73 191.07 -
System Red Green Blue C M Y K H S L
Decimal 209 77 113 0 0.63 0.46 0.18 343.64 0.59 0.56
Hex D1 4D 71 0 3F 2E 12 158 3B 38
Octal 321 115 161 0 77 56 22 530 73 70
Binary 11010001 1001101 1110001 0 111111 101110 10010 101011000 111011 111000

Color Harmonies of #D14D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14D71

Black with #D14D71

Text Example


Text Example

White with #D14D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14D71; }

 p { color: rgb(209,77,113); }

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

background-color css

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

 a { background-color: rgb(209,77,113); }

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

border-color css

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

 span { border-color: rgb(209,77,113); }

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