Html Css Color HEX #D7666A Froly

📋 copy color: '#D7666A'

red 215 ◦ green 102 ◦ blue 106

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

Shades of Froly #D7666A

Tints of Froly #D7666A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.06%

R = 50.83%
G = 24.11%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D7666A (or 0xD7666A) is known color: Froly. HEX triplet: D7, 66 and 6A. RGB value is (215,102,106). Sum of RGB (Red+Green+Blue) = 215+102+106=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D7666A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7666A is #289995. Grayscale: #888888. Windows color (decimal): -2660758 or 6973143. OLE color: 6973143.

HSL color Cylindrical-coordinate representation of color #D7666A: hue angle of 357.88º 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 #D7666A is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 102 106 -
CMYK 0 0.53 0.51 0.16
HSL 357.88º 0.59% 0.62% -
HSV(B) 357.88º 0.53% 0.84% -
XYZ 35.38 24.99 16.59 -
YUV 136.24 110.94 184.17 -
System Red Green Blue C M Y K H S L
Decimal 215 102 106 0 0.53 0.51 0.16 357.88 0.59 0.62
Hex D7 66 6A 0 35 33 10 166 3B 3E
Octal 327 146 152 0 65 63 20 546 73 76
Binary 11010111 1100110 1101010 0 110101 110011 10000 101100110 111011 111110

Color Harmonies of #D7666A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7666A

Black with #D7666A

Text Example


Text Example

White with #D7666A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7666A; }

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

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

background-color css

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

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

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

border-color css

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

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

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