Html Css Color HEX #D2715C Japonica

📋 copy color: '#D2715C'

red 210 ◦ green 113 ◦ blue 92

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

Shades of Japonica #D2715C

Tints of Japonica #D2715C

RGB

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

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

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

R = 50.6%
G = 27.23%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2715C (or 0xD2715C) is known color: Japonica. HEX triplet: D2, 71 and 5C. RGB value is (210,113,92). Sum of RGB (Red+Green+Blue) = 210+113+92=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D2715C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2715C is #2D8EA3. Grayscale: #8B8B8B. Windows color (decimal): -2985636 or 6058450. OLE color: 6058450.

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

Color convert

RGB 210 113 92 -
CMYK 0 0.46 0.56 0.18
HSL 10.68º 0.57% 0.59% -
HSV(B) 10.68º 0.56% 0.82% -
XYZ 34.42 26.28 13.38 -
YUV 139.61 101.14 178.21 -
System Red Green Blue C M Y K H S L
Decimal 210 113 92 0 0.46 0.56 0.18 10.68 0.57 0.59
Hex D2 71 5C 0 2E 38 12 B 39 3B
Octal 322 161 134 0 56 70 22 13 71 73
Binary 11010010 1110001 1011100 0 101110 111000 10010 1011 111001 111011

Color Harmonies of #D2715C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2715C

Black with #D2715C

Text Example


Text Example

White with #D2715C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2715C; }

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

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

background-color css

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

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

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

border-color css

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

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

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