Html Css Color HEX #D7666C Froly

📋 copy color: '#D7666C'

red 215 ◦ green 102 ◦ blue 108

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

Shades of Froly #D7666C

Tints of Froly #D7666C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.41%

R = 50.59%
G = 24%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D7666C (or 0xD7666C) is known color: Froly. HEX triplet: D7, 66 and 6C. RGB value is (215,102,108). Sum of RGB (Red+Green+Blue) = 215+102+108=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D7666C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7666C is #289993. Grayscale: #888888. Windows color (decimal): -2660756 or 7104215. OLE color: 7104215.

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

Color convert

RGB 215 102 108 -
CMYK 0 0.53 0.50 0.16
HSL 356.81º 0.59% 0.62% -
HSV(B) 356.81º 0.53% 0.84% -
XYZ 35.48 25.03 17.15 -
YUV 136.47 111.94 184.01 -
System Red Green Blue C M Y K H S L
Decimal 215 102 108 0 0.53 0.50 0.16 356.81 0.59 0.62
Hex D7 66 6C 0 35 32 10 165 3B 3E
Octal 327 146 154 0 65 62 20 545 73 76
Binary 11010111 1100110 1101100 0 110101 110010 10000 101100101 111011 111110

Color Harmonies of #D7666C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7666C

Black with #D7666C

Text Example


Text Example

White with #D7666C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7666C; }

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

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

background-color css

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

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

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

border-color css

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

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

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