Html Css Color HEX #D9667B Froly

📋 copy color: '#D9667B'

red 217 ◦ green 102 ◦ blue 123

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

Shades of Froly #D9667B

Tints of Froly #D9667B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.83%

R = 49.1%
G = 23.08%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D9667B (or 0xD9667B) is known color: Froly. HEX triplet: D9, 66 and 7B. RGB value is (217,102,123). Sum of RGB (Red+Green+Blue) = 217+102+123=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D9667B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9667B is #269984. Grayscale: #8A8A8A. Windows color (decimal): -2529669 or 8087257. OLE color: 8087257.

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

Color convert

RGB 217 102 123 -
CMYK 0 0.53 0.43 0.15
HSL 349.04º 0.6% 0.63% -
HSV(B) 349.04º 0.53% 0.85% -
XYZ 36.94 25.68 21.75 -
YUV 138.78 119.1 183.79 -
System Red Green Blue C M Y K H S L
Decimal 217 102 123 0 0.53 0.43 0.15 349.04 0.6 0.63
Hex D9 66 7B 0 35 2B F 15D 3C 3F
Octal 331 146 173 0 65 53 17 535 74 77
Binary 11011001 1100110 1111011 0 110101 101011 1111 101011101 111100 111111

Color Harmonies of #D9667B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9667B

Black with #D9667B

Text Example


Text Example

White with #D9667B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9667B; }

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

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

background-color css

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

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

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

border-color css

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

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

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