Html Css Color HEX #D7666B Froly

📋 copy color: '#D7666B'

red 215 ◦ green 102 ◦ blue 107

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

Shades of Froly #D7666B

Tints of Froly #D7666B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.24%

R = 50.71%
G = 24.06%
B = 25.24%

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

#D7666B (or 0xD7666B) is known color: Froly. HEX triplet: D7, 66 and 6B. RGB value is (215,102,107). Sum of RGB (Red+Green+Blue) = 215+102+107=424 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.71% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 107 (42.19% from 255 or 25.24% from 424); Max value from RGB is 215 - color contains mainly: red. Hex color #D7666B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7666B is #289994. Grayscale: #888888. Windows color (decimal): -2660757 or 7038679. OLE color: 7038679.

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

Color convert

RGB 215 102 107 -
CMYK 0 0.53 0.50 0.16
HSL 357.35º 0.59% 0.62% -
HSV(B) 357.35º 0.53% 0.84% -
XYZ 35.43 25.01 16.87 -
YUV 136.36 111.44 184.09 -
System Red Green Blue C M Y K H S L
Decimal 215 102 107 0 0.53 0.50 0.16 357.35 0.59 0.62
Hex D7 66 6B 0 35 32 10 165 3B 3E
Octal 327 146 153 0 65 62 20 545 73 76
Binary 11010111 1100110 1101011 0 110101 110010 10000 101100101 111011 111110

Color Harmonies of #D7666B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7666B

Black with #D7666B

Text Example


Text Example

White with #D7666B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7666B; }

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

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

background-color css

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

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

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

border-color css

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

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

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