Html Css Color HEX #D27376 Froly

📋 copy color: '#D27376'

red 210 ◦ green 115 ◦ blue 118

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

Shades of Froly #D27376

Tints of Froly #D27376

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.96%

 BLUE value IS 118 (46.48% from 255) = 26.64%

R = 47.4%
G = 25.96%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D27376 (or 0xD27376) is known color: Froly. HEX triplet: D2, 73 and 76. RGB value is (210,115,118). Sum of RGB (Red+Green+Blue) = 210+115+118=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D27376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27376 is #2D8C89. Grayscale: #8F8F8F. Windows color (decimal): -2985098 or 7762898. OLE color: 7762898.

HSL color Cylindrical-coordinate representation of color #D27376: hue angle of 358.11º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D27376 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 115 118 -
CMYK 0 0.45 0.44 0.18
HSL 358.11º 0.51% 0.64% -
HSV(B) 358.11º 0.45% 0.82% -
XYZ 35.98 27.27 20.51 -
YUV 143.75 113.47 175.26 -
System Red Green Blue C M Y K H S L
Decimal 210 115 118 0 0.45 0.44 0.18 358.11 0.51 0.64
Hex D2 73 76 0 2D 2C 12 166 33 40
Octal 322 163 166 0 55 54 22 546 63 100
Binary 11010010 1110011 1110110 0 101101 101100 10010 101100110 110011 1000000

Color Harmonies of #D27376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27376

Black with #D27376

Text Example


Text Example

White with #D27376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27376; }

 p { color: rgb(210,115,118); }

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

background-color css

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

 a { background-color: rgb(210,115,118); }

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

border-color css

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

 span { border-color: rgb(210,115,118); }

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