Html Css Color HEX #D14A6A Cabaret

📋 copy color: '#D14A6A'

red 209 ◦ green 74 ◦ blue 106

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

Shades of Cabaret #D14A6A

Tints of Cabaret #D14A6A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.02%

 BLUE value IS 106 (41.8% from 255) = 27.25%

R = 53.73%
G = 19.02%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D14A6A (or 0xD14A6A) is known color: Cabaret. HEX triplet: D1, 4A and 6A. RGB value is (209,74,106). Sum of RGB (Red+Green+Blue) = 209+74+106=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D14A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14A6A is #2EB595. Grayscale: #767676. Windows color (decimal): -3061142 or 6965969. OLE color: 6965969.

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

Color convert

RGB 209 74 106 -
CMYK 0 0.65 0.49 0.18
HSL 345.78º 0.59% 0.55% -
HSV(B) 345.78º 0.65% 0.82% -
XYZ 31.34 19.49 15.75 -
YUV 118.01 121.23 192.9 -
System Red Green Blue C M Y K H S L
Decimal 209 74 106 0 0.65 0.49 0.18 345.78 0.59 0.55
Hex D1 4A 6A 0 41 31 12 15A 3B 37
Octal 321 112 152 0 101 61 22 532 73 67
Binary 11010001 1001010 1101010 0 1000001 110001 10010 101011010 111011 110111

Color Harmonies of #D14A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14A6A

Black with #D14A6A

Text Example


Text Example

White with #D14A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14A6A; }

 p { color: rgb(209,74,106); }

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

background-color css

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

 a { background-color: rgb(209,74,106); }

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

border-color css

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

 span { border-color: rgb(209,74,106); }

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