Html Css Color HEX #D2715E Japonica

📋 copy color: '#D2715E'

red 210 ◦ green 113 ◦ blue 94

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

Shades of Japonica #D2715E

Tints of Japonica #D2715E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.1%

 BLUE value IS 94 (37.11% from 255) = 22.54%

R = 50.36%
G = 27.1%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D2715E (or 0xD2715E) is known color: Japonica. HEX triplet: D2, 71 and 5E. RGB value is (210,113,94). Sum of RGB (Red+Green+Blue) = 210+113+94=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D2715E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2715E is #2D8EA1. Grayscale: #8C8C8C. Windows color (decimal): -2985634 or 6189522. OLE color: 6189522.

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

Color convert

RGB 210 113 94 -
CMYK 0 0.46 0.55 0.18
HSL 9.83º 0.56% 0.6% -
HSV(B) 9.83º 0.55% 0.82% -
XYZ 34.5 26.32 13.85 -
YUV 139.84 102.14 178.04 -
System Red Green Blue C M Y K H S L
Decimal 210 113 94 0 0.46 0.55 0.18 9.83 0.56 0.6
Hex D2 71 5E 0 2E 37 12 A 38 3C
Octal 322 161 136 0 56 67 22 12 70 74
Binary 11010010 1110001 1011110 0 101110 110111 10010 1010 111000 111100

Color Harmonies of #D2715E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2715E

Black with #D2715E

Text Example


Text Example

White with #D2715E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2715E; }

 p { color: rgb(210,113,94); }

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

background-color css

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

 a { background-color: rgb(210,113,94); }

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

border-color css

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

 span { border-color: rgb(210,113,94); }

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