Html Css Color HEX #D1466F Cabaret

📋 copy color: '#D1466F'

red 209 ◦ green 70 ◦ blue 111

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

Shades of Cabaret #D1466F

Tints of Cabaret #D1466F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.95%

 BLUE value IS 111 (43.75% from 255) = 28.46%

R = 53.59%
G = 17.95%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D1466F (or 0xD1466F) is known color: Cabaret. HEX triplet: D1, 46 and 6F. RGB value is (209,70,111). Sum of RGB (Red+Green+Blue) = 209+70+111=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 70 (27.73% from 255 or 17.95% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D1466F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1466F is #2EB990. Grayscale: #747474. Windows color (decimal): -3062161 or 7292625. OLE color: 7292625.

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

Color convert

RGB 209 70 111 -
CMYK 0 0.67 0.47 0.18
HSL 342.3º 0.6% 0.55% -
HSV(B) 342.3º 0.67% 0.82% -
XYZ 31.35 19.08 17.07 -
YUV 116.24 125.05 194.17 -
System Red Green Blue C M Y K H S L
Decimal 209 70 111 0 0.67 0.47 0.18 342.3 0.6 0.55
Hex D1 46 6F 0 43 2F 12 156 3C 37
Octal 321 106 157 0 103 57 22 526 74 67
Binary 11010001 1000110 1101111 0 1000011 101111 10010 101010110 111100 110111

Color Harmonies of #D1466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1466F

Black with #D1466F

Text Example


Text Example

White with #D1466F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1466F; }

 p { color: rgb(209,70,111); }

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

background-color css

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

 a { background-color: rgb(209,70,111); }

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

border-color css

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

 span { border-color: rgb(209,70,111); }

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