Html Css Color HEX #D2705E Japonica

📋 copy color: '#D2705E'

red 210 ◦ green 112 ◦ blue 94

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

Shades of Japonica #D2705E

Tints of Japonica #D2705E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.92%

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

R = 50.48%
G = 26.92%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D2705E (or 0xD2705E) is known color: Japonica. HEX triplet: D2, 70 and 5E. RGB value is (210,112,94). Sum of RGB (Red+Green+Blue) = 210+112+94=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D2705E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2705E is #2D8FA1. Grayscale: #8B8B8B. Windows color (decimal): -2985890 or 6189266. OLE color: 6189266.

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

Color convert

RGB 210 112 94 -
CMYK 0 0.47 0.55 0.18
HSL 9.31º 0.56% 0.6% -
HSV(B) 9.31º 0.55% 0.82% -
XYZ 34.39 26.1 13.81 -
YUV 139.25 102.47 178.46 -
System Red Green Blue C M Y K H S L
Decimal 210 112 94 0 0.47 0.55 0.18 9.31 0.56 0.6
Hex D2 70 5E 0 2F 37 12 9 38 3C
Octal 322 160 136 0 57 67 22 11 70 74
Binary 11010010 1110000 1011110 0 101111 110111 10010 1001 111000 111100

Color Harmonies of #D2705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2705E

Black with #D2705E

Text Example


Text Example

White with #D2705E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2705E; }

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

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

background-color css

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

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

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

border-color css

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

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

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