Html Css Color HEX #D2725F Japonica

📋 copy color: '#D2725F'

red 210 ◦ green 114 ◦ blue 95

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

Shades of Japonica #D2725F

Tints of Japonica #D2725F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.67%

R = 50.12%
G = 27.21%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D2725F (or 0xD2725F) is known color: Japonica. HEX triplet: D2, 72 and 5F. RGB value is (210,114,95). Sum of RGB (Red+Green+Blue) = 210+114+95=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D2725F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2725F is #2D8DA0. Grayscale: #8C8C8C. Windows color (decimal): -2985377 or 6255314. OLE color: 6255314.

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

Color convert

RGB 210 114 95 -
CMYK 0 0.46 0.55 0.18
HSL 9.91º 0.56% 0.6% -
HSV(B) 9.91º 0.55% 0.82% -
XYZ 34.66 26.56 14.13 -
YUV 140.54 102.3 177.54 -
System Red Green Blue C M Y K H S L
Decimal 210 114 95 0 0.46 0.55 0.18 9.91 0.56 0.6
Hex D2 72 5F 0 2E 37 12 A 38 3C
Octal 322 162 137 0 56 67 22 12 70 74
Binary 11010010 1110010 1011111 0 101110 110111 10010 1010 111000 111100

Color Harmonies of #D2725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2725F

Black with #D2725F

Text Example


Text Example

White with #D2725F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2725F; }

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

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

background-color css

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

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

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

border-color css

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

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

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