Html Css Color HEX #D26F5A Japonica

📋 copy color: '#D26F5A'

red 210 ◦ green 111 ◦ blue 90

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

Shades of Japonica #D26F5A

Tints of Japonica #D26F5A

RGB

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

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

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

R = 51.09%
G = 27.01%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D26F5A (or 0xD26F5A) is known color: Japonica. HEX triplet: D2, 6F and 5A. RGB value is (210,111,90). Sum of RGB (Red+Green+Blue) = 210+111+90=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D26F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26F5A is #2D90A5. Grayscale: #8A8A8A. Windows color (decimal): -2986150 or 5926866. OLE color: 5926866.

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

Color convert

RGB 210 111 90 -
CMYK 0 0.47 0.57 0.18
HSL 10.5º 0.57% 0.59% -
HSV(B) 10.5º 0.57% 0.82% -
XYZ 34.11 25.81 12.86 -
YUV 138.21 100.8 179.21 -
System Red Green Blue C M Y K H S L
Decimal 210 111 90 0 0.47 0.57 0.18 10.5 0.57 0.59
Hex D2 6F 5A 0 2F 39 12 A 39 3B
Octal 322 157 132 0 57 71 22 12 71 73
Binary 11010010 1101111 1011010 0 101111 111001 10010 1010 111001 111011

Color Harmonies of #D26F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26F5A

Black with #D26F5A

Text Example


Text Example

White with #D26F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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