Html Css Color HEX #D26E5B Japonica

📋 copy color: '#D26E5B'

red 210 ◦ green 110 ◦ blue 91

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

Shades of Japonica #D26E5B

Tints of Japonica #D26E5B

RGB

 RED value IS 210 (82.42% from 255) = 51.09%

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

 BLUE value IS 91 (35.94% from 255) = 22.14%

R = 51.09%
G = 26.76%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D26E5B (or 0xD26E5B) is known color: Japonica. HEX triplet: D2, 6E and 5B. RGB value is (210,110,91). Sum of RGB (Red+Green+Blue) = 210+110+91=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 110 (43.36% from 255 or 26.76% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D26E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26E5B is #2D91A4. Grayscale: #898989. Windows color (decimal): -2986405 or 5992146. OLE color: 5992146.

HSL color Cylindrical-coordinate representation of color #D26E5B: hue angle of 9.58º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D26E5B is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 110 91 -
CMYK 0 0.48 0.57 0.18
HSL 9.58º 0.57% 0.59% -
HSV(B) 9.58º 0.57% 0.82% -
XYZ 34.04 25.61 13.05 -
YUV 137.73 101.63 179.54 -
System Red Green Blue C M Y K H S L
Decimal 210 110 91 0 0.48 0.57 0.18 9.58 0.57 0.59
Hex D2 6E 5B 0 30 39 12 A 39 3B
Octal 322 156 133 0 60 71 22 12 71 73
Binary 11010010 1101110 1011011 0 110000 111001 10010 1010 111001 111011

Color Harmonies of #D26E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26E5B

Black with #D26E5B

Text Example


Text Example

White with #D26E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26E5B; }

 p { color: rgb(210,110,91); }

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

background-color css

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

 a { background-color: rgb(210,110,91); }

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

border-color css

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

 span { border-color: rgb(210,110,91); }

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