Html Css Color HEX #D16F63 Japonica

📋 copy color: '#D16F63'

red 209 ◦ green 111 ◦ blue 99

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

Shades of Japonica #D16F63

Tints of Japonica #D16F63

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.49%

 BLUE value IS 99 (39.06% from 255) = 23.63%

R = 49.88%
G = 26.49%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D16F63 (or 0xD16F63) is known color: Japonica. HEX triplet: D1, 6F and 63. RGB value is (209,111,99). Sum of RGB (Red+Green+Blue) = 209+111+99=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 99 (39.06% from 255 or 23.63% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16F63 is #2E909C. Grayscale: #8B8B8B. Windows color (decimal): -3051677 or 6516689. OLE color: 6516689.

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

Color convert

RGB 209 111 99 -
CMYK 0 0.47 0.53 0.18
HSL 6.55º 0.54% 0.6% -
HSV(B) 6.55º 0.53% 0.82% -
XYZ 34.23 25.83 14.98 -
YUV 138.93 105.47 177.98 -
System Red Green Blue C M Y K H S L
Decimal 209 111 99 0 0.47 0.53 0.18 6.55 0.54 0.6
Hex D1 6F 63 0 2F 35 12 7 36 3C
Octal 321 157 143 0 57 65 22 7 66 74
Binary 11010001 1101111 1100011 0 101111 110101 10010 111 110110 111100

Color Harmonies of #D16F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16F63

Black with #D16F63

Text Example


Text Example

White with #D16F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16F63; }

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

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

background-color css

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

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

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

border-color css

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

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

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