Html Css Color HEX #D26F5E Japonica

📋 copy color: '#D26F5E'

red 210 ◦ green 111 ◦ blue 94

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

Shades of Japonica #D26F5E

Tints of Japonica #D26F5E

RGB

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

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

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

R = 50.6%
G = 26.75%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D26F5E (or 0xD26F5E) is known color: Japonica. HEX triplet: D2, 6F and 5E. RGB value is (210,111,94). Sum of RGB (Red+Green+Blue) = 210+111+94=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D26F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26F5E is #2D90A1. Grayscale: #8A8A8A. Windows color (decimal): -2986146 or 6189010. OLE color: 6189010.

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

Color convert

RGB 210 111 94 -
CMYK 0 0.47 0.55 0.18
HSL 8.79º 0.56% 0.6% -
HSV(B) 8.79º 0.55% 0.82% -
XYZ 34.28 25.88 13.78 -
YUV 138.66 102.8 178.88 -
System Red Green Blue C M Y K H S L
Decimal 210 111 94 0 0.47 0.55 0.18 8.79 0.56 0.6
Hex D2 6F 5E 0 2F 37 12 9 38 3C
Octal 322 157 136 0 57 67 22 11 70 74
Binary 11010010 1101111 1011110 0 101111 110111 10010 1001 111000 111100

Color Harmonies of #D26F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26F5E

Black with #D26F5E

Text Example


Text Example

White with #D26F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26F5E; }

 p { color: rgb(210,111,94); }

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

background-color css

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

 a { background-color: rgb(210,111,94); }

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

border-color css

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

 span { border-color: rgb(210,111,94); }

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