Html Css Color HEX #D26C5D Japonica

📋 copy color: '#D26C5D'

red 210 ◦ green 108 ◦ blue 93

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

Shades of Japonica #D26C5D

Tints of Japonica #D26C5D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.28%

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

R = 51.09%
G = 26.28%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D26C5D (or 0xD26C5D) is known color: Japonica. HEX triplet: D2, 6C and 5D. RGB value is (210,108,93). Sum of RGB (Red+Green+Blue) = 210+108+93=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26C5D is #2D93A2. Grayscale: #888888. Windows color (decimal): -2986915 or 6122706. OLE color: 6122706.

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

Color convert

RGB 210 108 93 -
CMYK 0 0.49 0.56 0.18
HSL 7.69º 0.57% 0.59% -
HSV(B) 7.69º 0.56% 0.82% -
XYZ 33.92 25.22 13.44 -
YUV 136.79 103.29 180.22 -
System Red Green Blue C M Y K H S L
Decimal 210 108 93 0 0.49 0.56 0.18 7.69 0.57 0.59
Hex D2 6C 5D 0 31 38 12 8 39 3B
Octal 322 154 135 0 61 70 22 10 71 73
Binary 11010010 1101100 1011101 0 110001 111000 10010 1000 111001 111011

Color Harmonies of #D26C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26C5D

Black with #D26C5D

Text Example


Text Example

White with #D26C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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