Html Css Color HEX #D7666F Froly

📋 copy color: '#D7666F'

red 215 ◦ green 102 ◦ blue 111

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

Shades of Froly #D7666F

Tints of Froly #D7666F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.83%

 BLUE value IS 111 (43.75% from 255) = 25.93%

R = 50.23%
G = 23.83%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D7666F (or 0xD7666F) is known color: Froly. HEX triplet: D7, 66 and 6F. RGB value is (215,102,111). Sum of RGB (Red+Green+Blue) = 215+102+111=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 111 (43.75% from 255 or 25.93% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D7666F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7666F is #289990. Grayscale: #888888. Windows color (decimal): -2660753 or 7300823. OLE color: 7300823.

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

Color convert

RGB 215 102 111 -
CMYK 0 0.53 0.48 0.16
HSL 355.22º 0.59% 0.62% -
HSV(B) 355.22º 0.53% 0.84% -
XYZ 35.64 25.1 18 -
YUV 136.81 113.44 183.77 -
System Red Green Blue C M Y K H S L
Decimal 215 102 111 0 0.53 0.48 0.16 355.22 0.59 0.62
Hex D7 66 6F 0 35 30 10 163 3B 3E
Octal 327 146 157 0 65 60 20 543 73 76
Binary 11010111 1100110 1101111 0 110101 110000 10000 101100011 111011 111110

Color Harmonies of #D7666F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7666F

Black with #D7666F

Text Example


Text Example

White with #D7666F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7666F; }

 p { color: rgb(215,102,111); }

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

background-color css

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

 a { background-color: rgb(215,102,111); }

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

border-color css

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

 span { border-color: rgb(215,102,111); }

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