Html Css Color HEX #D2705C Japonica

📋 copy color: '#D2705C'

red 210 ◦ green 112 ◦ blue 92

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

Shades of Japonica #D2705C

Tints of Japonica #D2705C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.22%

R = 50.72%
G = 27.05%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2705C (or 0xD2705C) is known color: Japonica. HEX triplet: D2, 70 and 5C. RGB value is (210,112,92). Sum of RGB (Red+Green+Blue) = 210+112+92=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D2705C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2705C is #2D8FA3. Grayscale: #8B8B8B. Windows color (decimal): -2985892 or 6058194. OLE color: 6058194.

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

Color convert

RGB 210 112 92 -
CMYK 0 0.47 0.56 0.18
HSL 10.17º 0.57% 0.59% -
HSV(B) 10.17º 0.56% 0.82% -
XYZ 34.3 26.06 13.35 -
YUV 139.02 101.47 178.63 -
System Red Green Blue C M Y K H S L
Decimal 210 112 92 0 0.47 0.56 0.18 10.17 0.57 0.59
Hex D2 70 5C 0 2F 38 12 A 39 3B
Octal 322 160 134 0 57 70 22 12 71 73
Binary 11010010 1110000 1011100 0 101111 111000 10010 1010 111001 111011

Color Harmonies of #D2705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2705C

Black with #D2705C

Text Example


Text Example

White with #D2705C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2705C; }

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

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

background-color css

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

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

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

border-color css

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

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

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