Html Css Color HEX #D14D6C Cabaret

📋 copy color: '#D14D6C'

red 209 ◦ green 77 ◦ blue 108

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

Shades of Cabaret #D14D6C

Tints of Cabaret #D14D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.41%

R = 53.05%
G = 19.54%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D14D6C (or 0xD14D6C) is known color: Cabaret. HEX triplet: D1, 4D and 6C. RGB value is (209,77,108). Sum of RGB (Red+Green+Blue) = 209+77+108=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D14D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D14D6C is #2EB293. Grayscale: #787878. Windows color (decimal): -3060372 or 7097809. OLE color: 7097809.

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

Color convert

RGB 209 77 108 -
CMYK 0 0.63 0.48 0.18
HSL 345.91º 0.59% 0.56% -
HSV(B) 345.91º 0.63% 0.82% -
XYZ 31.66 19.95 16.37 -
YUV 120 121.23 191.48 -
System Red Green Blue C M Y K H S L
Decimal 209 77 108 0 0.63 0.48 0.18 345.91 0.59 0.56
Hex D1 4D 6C 0 3F 30 12 15A 3B 38
Octal 321 115 154 0 77 60 22 532 73 70
Binary 11010001 1001101 1101100 0 111111 110000 10010 101011010 111011 111000

Color Harmonies of #D14D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14D6C

Black with #D14D6C

Text Example


Text Example

White with #D14D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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