Html Css Color HEX #D9667A Froly

📋 copy color: '#D9667A'

red 217 ◦ green 102 ◦ blue 122

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

Shades of Froly #D9667A

Tints of Froly #D9667A

RGB

 RED value IS 217 (85.16% from 255) = 49.21%

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

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

R = 49.21%
G = 23.13%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D9667A (or 0xD9667A) is known color: Froly. HEX triplet: D9, 66 and 7A. RGB value is (217,102,122). Sum of RGB (Red+Green+Blue) = 217+102+122=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D9667A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9667A is #269985. Grayscale: #8A8A8A. Windows color (decimal): -2529670 or 8021721. OLE color: 8021721.

HSL color Cylindrical-coordinate representation of color #D9667A: hue angle of 349.57º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D9667A is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 102 122 -
CMYK 0 0.53 0.44 0.15
HSL 349.57º 0.6% 0.63% -
HSV(B) 349.57º 0.53% 0.85% -
XYZ 36.88 25.66 21.42 -
YUV 138.67 118.6 183.87 -
System Red Green Blue C M Y K H S L
Decimal 217 102 122 0 0.53 0.44 0.15 349.57 0.6 0.63
Hex D9 66 7A 0 35 2C F 15E 3C 3F
Octal 331 146 172 0 65 54 17 536 74 77
Binary 11011001 1100110 1111010 0 110101 101100 1111 101011110 111100 111111

Color Harmonies of #D9667A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9667A

Black with #D9667A

Text Example


Text Example

White with #D9667A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9667A; }

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

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

background-color css

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

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

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

border-color css

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

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

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