Html Css Color HEX #D7667A Froly

📋 copy color: '#D7667A'

red 215 ◦ green 102 ◦ blue 122

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

Shades of Froly #D7667A

Tints of Froly #D7667A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.79%

R = 48.97%
G = 23.23%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D7667A (or 0xD7667A) is known color: Froly. HEX triplet: D7, 66 and 7A. RGB value is (215,102,122). Sum of RGB (Red+Green+Blue) = 215+102+122=439 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.97% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 215 - color contains mainly: red. Hex color #D7667A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7667A is #289985. Grayscale: #8A8A8A. Windows color (decimal): -2660742 or 8021719. OLE color: 8021719.

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

Color convert

RGB 215 102 122 -
CMYK 0 0.53 0.43 0.16
HSL 349.38º 0.59% 0.62% -
HSV(B) 349.38º 0.53% 0.84% -
XYZ 36.29 25.35 21.39 -
YUV 138.07 118.94 182.87 -
System Red Green Blue C M Y K H S L
Decimal 215 102 122 0 0.53 0.43 0.16 349.38 0.59 0.62
Hex D7 66 7A 0 35 2B 10 15D 3B 3E
Octal 327 146 172 0 65 53 20 535 73 76
Binary 11010111 1100110 1111010 0 110101 101011 10000 101011101 111011 111110

Color Harmonies of #D7667A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7667A

Black with #D7667A

Text Example


Text Example

White with #D7667A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7667A; }

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

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

background-color css

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

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

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

border-color css

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

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

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