Html Css Color HEX #D26E5A Japonica

📋 copy color: '#D26E5A'

red 210 ◦ green 110 ◦ blue 90

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

Shades of Japonica #D26E5A

Tints of Japonica #D26E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.95%

R = 51.22%
G = 26.83%
B = 21.95%

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

#D26E5A (or 0xD26E5A) is known color: Japonica. HEX triplet: D2, 6E and 5A. RGB value is (210,110,90). Sum of RGB (Red+Green+Blue) = 210+110+90=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 90 (35.55% from 255 or 21.95% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D26E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26E5A is #2D91A5. Grayscale: #898989. Windows color (decimal): -2986406 or 5926610. OLE color: 5926610.

HSL color Cylindrical-coordinate representation of color #D26E5A: hue angle of 10º 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 #D26E5A is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 110 90 -
CMYK 0 0.48 0.57 0.18
HSL 10º 0.57% 0.59% -
HSV(B) 10º 0.57% 0.82% -
XYZ 34 25.59 12.82 -
YUV 137.62 101.13 179.63 -
System Red Green Blue C M Y K H S L
Decimal 210 110 90 0 0.48 0.57 0.18 10 0.57 0.59
Hex D2 6E 5A 0 30 39 12 A 39 3B
Octal 322 156 132 0 60 71 22 12 71 73
Binary 11010010 1101110 1011010 0 110000 111001 10010 1010 111001 111011

Color Harmonies of #D26E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26E5A

Black with #D26E5A

Text Example


Text Example

White with #D26E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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