Html Css Color HEX #D76870 Froly

📋 copy color: '#D76870'

red 215 ◦ green 104 ◦ blue 112

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

Shades of Froly #D76870

Tints of Froly #D76870

RGB

 RED value IS 215 (84.38% from 255) = 49.88%

 GREEN value IS 104 (41.02% from 255) = 24.13%

 BLUE value IS 112 (44.14% from 255) = 25.99%

R = 49.88%
G = 24.13%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D76870 (or 0xD76870) is known color: Froly. HEX triplet: D7, 68 and 70. RGB value is (215,104,112). Sum of RGB (Red+Green+Blue) = 215+104+112=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D76870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76870 is #28978F. Grayscale: #8A8A8A. Windows color (decimal): -2660240 or 7366871. OLE color: 7366871.

HSL color Cylindrical-coordinate representation of color #D76870: hue angle of 355.68º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D76870 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 104 112 -
CMYK 0 0.52 0.48 0.16
HSL 355.68º 0.58% 0.63% -
HSV(B) 355.68º 0.52% 0.84% -
XYZ 35.9 25.52 18.36 -
YUV 138.1 113.27 182.85 -
System Red Green Blue C M Y K H S L
Decimal 215 104 112 0 0.52 0.48 0.16 355.68 0.58 0.63
Hex D7 68 70 0 34 30 10 164 3A 3F
Octal 327 150 160 0 64 60 20 544 72 77
Binary 11010111 1101000 1110000 0 110100 110000 10000 101100100 111010 111111

Color Harmonies of #D76870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76870

Black with #D76870

Text Example


Text Example

White with #D76870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76870; }

 p { color: rgb(215,104,112); }

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

background-color css

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

 a { background-color: rgb(215,104,112); }

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

border-color css

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

 span { border-color: rgb(215,104,112); }

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