Html Css Color HEX #D9616B Froly

📋 copy color: '#D9616B'

red 217 ◦ green 97 ◦ blue 107

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

Shades of Froly #D9616B

Tints of Froly #D9616B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.04%

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

R = 51.54%
G = 23.04%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D9616B (or 0xD9616B) is known color: Froly. HEX triplet: D9, 61 and 6B. RGB value is (217,97,107). Sum of RGB (Red+Green+Blue) = 217+97+107=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 107 (42.19% from 255 or 25.42% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D9616B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9616B is #269E94. Grayscale: #868686. Windows color (decimal): -2530965 or 7037401. OLE color: 7037401.

HSL color Cylindrical-coordinate representation of color #D9616B: hue angle of 355º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D9616B is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 97 107 -
CMYK 0 0.55 0.51 0.15
HSL 355º 0.61% 0.62% -
HSV(B) 355º 0.55% 0.85% -
XYZ 35.54 24.36 16.74 -
YUV 134.02 112.76 187.19 -
System Red Green Blue C M Y K H S L
Decimal 217 97 107 0 0.55 0.51 0.15 355 0.61 0.62
Hex D9 61 6B 0 37 33 F 163 3D 3E
Octal 331 141 153 0 67 63 17 543 75 76
Binary 11011001 1100001 1101011 0 110111 110011 1111 101100011 111101 111110

Color Harmonies of #D9616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9616B

Black with #D9616B

Text Example


Text Example

White with #D9616B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9616B; }

 p { color: rgb(217,97,107); }

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

background-color css

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

 a { background-color: rgb(217,97,107); }

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

border-color css

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

 span { border-color: rgb(217,97,107); }

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