Html Css Color HEX #D26B5B Japonica

📋 copy color: '#D26B5B'

red 210 ◦ green 107 ◦ blue 91

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

Shades of Japonica #D26B5B

Tints of Japonica #D26B5B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.23%

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

R = 51.47%
G = 26.23%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D26B5B (or 0xD26B5B) is known color: Japonica. HEX triplet: D2, 6B and 5B. RGB value is (210,107,91). Sum of RGB (Red+Green+Blue) = 210+107+91=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 107 (42.19% from 255 or 26.23% from 408); Blue value is 91 (35.94% from 255 or 22.30% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D26B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26B5B is #2D94A4. Grayscale: #888888. Windows color (decimal): -2987173 or 5991378. OLE color: 5991378.

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

Color convert

RGB 210 107 91 -
CMYK 0 0.49 0.57 0.18
HSL 8.07º 0.57% 0.59% -
HSV(B) 8.07º 0.57% 0.82% -
XYZ 33.72 24.97 12.94 -
YUV 135.97 102.62 180.8 -
System Red Green Blue C M Y K H S L
Decimal 210 107 91 0 0.49 0.57 0.18 8.07 0.57 0.59
Hex D2 6B 5B 0 31 39 12 8 39 3B
Octal 322 153 133 0 61 71 22 10 71 73
Binary 11010010 1101011 1011011 0 110001 111001 10010 1000 111001 111011

Color Harmonies of #D26B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26B5B

Black with #D26B5B

Text Example


Text Example

White with #D26B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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