Html Css Color HEX #D7666E Froly

📋 copy color: '#D7666E'

red 215 ◦ green 102 ◦ blue 110

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

Shades of Froly #D7666E

Tints of Froly #D7666E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.76%

R = 50.35%
G = 23.89%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D7666E (or 0xD7666E) is known color: Froly. HEX triplet: D7, 66 and 6E. RGB value is (215,102,110). Sum of RGB (Red+Green+Blue) = 215+102+110=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D7666E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7666E is #289991. Grayscale: #888888. Windows color (decimal): -2660754 or 7235287. OLE color: 7235287.

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

Color convert

RGB 215 102 110 -
CMYK 0 0.53 0.49 0.16
HSL 355.75º 0.59% 0.62% -
HSV(B) 355.75º 0.53% 0.84% -
XYZ 35.59 25.08 17.72 -
YUV 136.7 112.94 183.85 -
System Red Green Blue C M Y K H S L
Decimal 215 102 110 0 0.53 0.49 0.16 355.75 0.59 0.62
Hex D7 66 6E 0 35 31 10 164 3B 3E
Octal 327 146 156 0 65 61 20 544 73 76
Binary 11010111 1100110 1101110 0 110101 110001 10000 101100100 111011 111110

Color Harmonies of #D7666E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7666E

Black with #D7666E

Text Example


Text Example

White with #D7666E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7666E; }

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

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

background-color css

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

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

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

border-color css

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

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

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