Html Css Color HEX #D56E5E Japonica

📋 copy color: '#D56E5E'

red 213 ◦ green 110 ◦ blue 94

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

Shades of Japonica #D56E5E

Tints of Japonica #D56E5E

RGB

 RED value IS 213 (83.59% from 255) = 51.08%

 GREEN value IS 110 (43.36% from 255) = 26.38%

 BLUE value IS 94 (37.11% from 255) = 22.54%

R = 51.08%
G = 26.38%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D56E5E (or 0xD56E5E) is known color: Japonica. HEX triplet: D5, 6E and 5E. RGB value is (213,110,94). Sum of RGB (Red+Green+Blue) = 213+110+94=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56E5E is #2A91A1. Grayscale: #8B8B8B. Windows color (decimal): -2789794 or 6188757. OLE color: 6188757.

HSL color Cylindrical-coordinate representation of color #D56E5E: hue angle of 8.07º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D56E5E is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 110 94 -
CMYK 0 0.48 0.56 0.16
HSL 8.07º 0.59% 0.6% -
HSV(B) 8.07º 0.56% 0.84% -
XYZ 35.04 26.11 13.78 -
YUV 138.97 102.62 180.8 -
System Red Green Blue C M Y K H S L
Decimal 213 110 94 0 0.48 0.56 0.16 8.07 0.59 0.6
Hex D5 6E 5E 0 30 38 10 8 3B 3C
Octal 325 156 136 0 60 70 20 10 73 74
Binary 11010101 1101110 1011110 0 110000 111000 10000 1000 111011 111100

Color Harmonies of #D56E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56E5E

Black with #D56E5E

Text Example


Text Example

White with #D56E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56E5E; }

 p { color: rgb(213,110,94); }

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

background-color css

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

 a { background-color: rgb(213,110,94); }

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

border-color css

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

 span { border-color: rgb(213,110,94); }

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