Html Css Color HEX #D27377 Froly

📋 copy color: '#D27377'

red 210 ◦ green 115 ◦ blue 119

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

Shades of Froly #D27377

Tints of Froly #D27377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.8%

R = 47.3%
G = 25.9%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D27377 (or 0xD27377) is known color: Froly. HEX triplet: D2, 73 and 77. RGB value is (210,115,119). Sum of RGB (Red+Green+Blue) = 210+115+119=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 119 (46.88% from 255 or 26.80% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D27377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27377 is #2D8C88. Grayscale: #8F8F8F. Windows color (decimal): -2985097 or 7828434. OLE color: 7828434.

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

Color convert

RGB 210 115 119 -
CMYK 0 0.45 0.43 0.18
HSL 357.47º 0.51% 0.64% -
HSV(B) 357.47º 0.45% 0.82% -
XYZ 36.04 27.3 20.82 -
YUV 143.86 113.97 175.17 -
System Red Green Blue C M Y K H S L
Decimal 210 115 119 0 0.45 0.43 0.18 357.47 0.51 0.64
Hex D2 73 77 0 2D 2B 12 165 33 40
Octal 322 163 167 0 55 53 22 545 63 100
Binary 11010010 1110011 1110111 0 101101 101011 10010 101100101 110011 1000000

Color Harmonies of #D27377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27377

Black with #D27377

Text Example


Text Example

White with #D27377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27377; }

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

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

background-color css

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

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

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

border-color css

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

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

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