Html Css Color HEX #D2725C Japonica

📋 copy color: '#D2725C'

red 210 ◦ green 114 ◦ blue 92

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

Shades of Japonica #D2725C

Tints of Japonica #D2725C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.4%

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

R = 50.48%
G = 27.4%
B = 22.12%

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

#D2725C (or 0xD2725C) is known color: Japonica. HEX triplet: D2, 72 and 5C. RGB value is (210,114,92). Sum of RGB (Red+Green+Blue) = 210+114+92=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D2725C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2725C is #2D8DA3. Grayscale: #8C8C8C. Windows color (decimal): -2985380 or 6058706. OLE color: 6058706.

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

Color convert

RGB 210 114 92 -
CMYK 0 0.46 0.56 0.18
HSL 11.19º 0.57% 0.59% -
HSV(B) 11.19º 0.56% 0.82% -
XYZ 34.53 26.51 13.42 -
YUV 140.2 100.8 177.79 -
System Red Green Blue C M Y K H S L
Decimal 210 114 92 0 0.46 0.56 0.18 11.19 0.57 0.59
Hex D2 72 5C 0 2E 38 12 B 39 3B
Octal 322 162 134 0 56 70 22 13 71 73
Binary 11010010 1110010 1011100 0 101110 111000 10010 1011 111001 111011

Color Harmonies of #D2725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2725C

Black with #D2725C

Text Example


Text Example

White with #D2725C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2725C; }

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

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

background-color css

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

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

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

border-color css

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

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

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