Html Css Color HEX #D2745C Japonica

📋 copy color: '#D2745C'

red 210 ◦ green 116 ◦ blue 92

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

Shades of Japonica #D2745C

Tints of Japonica #D2745C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.75%

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

R = 50.24%
G = 27.75%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2745C (or 0xD2745C) is known color: Japonica. HEX triplet: D2, 74 and 5C. RGB value is (210,116,92). Sum of RGB (Red+Green+Blue) = 210+116+92=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 116 (45.70% from 255 or 27.75% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D2745C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2745C is #2D8BA3. Grayscale: #8D8D8D. Windows color (decimal): -2984868 or 6059218. OLE color: 6059218.

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

Color convert

RGB 210 116 92 -
CMYK 0 0.45 0.56 0.18
HSL 12.2º 0.57% 0.59% -
HSV(B) 12.2º 0.56% 0.82% -
XYZ 34.76 26.97 13.5 -
YUV 141.37 100.14 176.95 -
System Red Green Blue C M Y K H S L
Decimal 210 116 92 0 0.45 0.56 0.18 12.2 0.57 0.59
Hex D2 74 5C 0 2D 38 12 C 39 3B
Octal 322 164 134 0 55 70 22 14 71 73
Binary 11010010 1110100 1011100 0 101101 111000 10010 1100 111001 111011

Color Harmonies of #D2745C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2745C

Black with #D2745C

Text Example


Text Example

White with #D2745C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2745C; }

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

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

background-color css

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

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

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

border-color css

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

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

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