Html Css Color HEX #D26D5D Japonica

📋 copy color: '#D26D5D'

red 210 ◦ green 109 ◦ blue 93

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

Shades of Japonica #D26D5D

Tints of Japonica #D26D5D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.46%

 BLUE value IS 93 (36.72% from 255) = 22.57%

R = 50.97%
G = 26.46%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D26D5D (or 0xD26D5D) is known color: Japonica. HEX triplet: D2, 6D and 5D. RGB value is (210,109,93). Sum of RGB (Red+Green+Blue) = 210+109+93=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 109 (42.97% from 255 or 26.46% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D26D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26D5D is #2D92A2. Grayscale: #898989. Windows color (decimal): -2986659 or 6122962. OLE color: 6122962.

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

Color convert

RGB 210 109 93 -
CMYK 0 0.48 0.56 0.18
HSL 8.21º 0.57% 0.59% -
HSV(B) 8.21º 0.56% 0.82% -
XYZ 34.02 25.43 13.47 -
YUV 137.38 102.96 179.8 -
System Red Green Blue C M Y K H S L
Decimal 210 109 93 0 0.48 0.56 0.18 8.21 0.57 0.59
Hex D2 6D 5D 0 30 38 12 8 39 3B
Octal 322 155 135 0 60 70 22 10 71 73
Binary 11010010 1101101 1011101 0 110000 111000 10010 1000 111001 111011

Color Harmonies of #D26D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26D5D

Black with #D26D5D

Text Example


Text Example

White with #D26D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26D5D; }

 p { color: rgb(210,109,93); }

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

background-color css

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

 a { background-color: rgb(210,109,93); }

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

border-color css

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

 span { border-color: rgb(210,109,93); }

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