Html Css Color HEX #D14A6D Cabaret

📋 copy color: '#D14A6D'

red 209 ◦ green 74 ◦ blue 109

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

Shades of Cabaret #D14A6D

Tints of Cabaret #D14A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.81%

R = 53.32%
G = 18.88%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D14A6D (or 0xD14A6D) is known color: Cabaret. HEX triplet: D1, 4A and 6D. RGB value is (209,74,109). Sum of RGB (Red+Green+Blue) = 209+74+109=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 74 (29.30% from 255 or 18.88% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D14A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14A6D is #2EB592. Grayscale: #767676. Windows color (decimal): -3061139 or 7162577. OLE color: 7162577.

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

Color convert

RGB 209 74 109 -
CMYK 0 0.65 0.48 0.18
HSL 344.44º 0.59% 0.55% -
HSV(B) 344.44º 0.65% 0.82% -
XYZ 31.5 19.56 16.58 -
YUV 118.36 122.73 192.65 -
System Red Green Blue C M Y K H S L
Decimal 209 74 109 0 0.65 0.48 0.18 344.44 0.59 0.55
Hex D1 4A 6D 0 41 30 12 158 3B 37
Octal 321 112 155 0 101 60 22 530 73 67
Binary 11010001 1001010 1101101 0 1000001 110000 10010 101011000 111011 110111

Color Harmonies of #D14A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14A6D

Black with #D14A6D

Text Example


Text Example

White with #D14A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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