Html Css Color HEX #D14E6A Cabaret

📋 copy color: '#D14E6A'

red 209 ◦ green 78 ◦ blue 106

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

Shades of Cabaret #D14E6A

Tints of Cabaret #D14E6A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.85%

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

R = 53.18%
G = 19.85%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D14E6A (or 0xD14E6A) is known color: Cabaret. HEX triplet: D1, 4E and 6A. RGB value is (209,78,106). Sum of RGB (Red+Green+Blue) = 209+78+106=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 78 (30.86% from 255 or 19.85% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D14E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D14E6A is #2EB195. Grayscale: #787878. Windows color (decimal): -3060118 or 6966993. OLE color: 6966993.

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

Color convert

RGB 209 78 106 -
CMYK 0 0.63 0.49 0.18
HSL 347.18º 0.59% 0.56% -
HSV(B) 347.18º 0.63% 0.82% -
XYZ 31.62 20.04 15.84 -
YUV 120.36 119.9 191.22 -
System Red Green Blue C M Y K H S L
Decimal 209 78 106 0 0.63 0.49 0.18 347.18 0.59 0.56
Hex D1 4E 6A 0 3F 31 12 15B 3B 38
Octal 321 116 152 0 77 61 22 533 73 70
Binary 11010001 1001110 1101010 0 111111 110001 10010 101011011 111011 111000

Color Harmonies of #D14E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14E6A

Black with #D14E6A

Text Example


Text Example

White with #D14E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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