Html Css Color HEX #D8616B Froly

📋 copy color: '#D8616B'

red 216 ◦ green 97 ◦ blue 107

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

Shades of Froly #D8616B

Tints of Froly #D8616B

RGB

 RED value IS 216 (84.77% from 255) = 51.43%

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

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

R = 51.43%
G = 23.1%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8616B (or 0xD8616B) is known color: Froly. HEX triplet: D8, 61 and 6B. RGB value is (216,97,107). Sum of RGB (Red+Green+Blue) = 216+97+107=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 107 (42.19% from 255 or 25.48% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D8616B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8616B is #279E94. Grayscale: #858585. Windows color (decimal): -2596501 or 7037400. OLE color: 7037400.

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

Color convert

RGB 216 97 107 -
CMYK 0 0.55 0.50 0.15
HSL 354.96º 0.6% 0.61% -
HSV(B) 354.96º 0.55% 0.85% -
XYZ 35.25 24.21 16.73 -
YUV 133.72 112.92 186.69 -
System Red Green Blue C M Y K H S L
Decimal 216 97 107 0 0.55 0.50 0.15 354.96 0.6 0.61
Hex D8 61 6B 0 37 32 F 163 3C 3D
Octal 330 141 153 0 67 62 17 543 74 75
Binary 11011000 1100001 1101011 0 110111 110010 1111 101100011 111100 111101

Color Harmonies of #D8616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8616B

Black with #D8616B

Text Example


Text Example

White with #D8616B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8616B; }

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

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

background-color css

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

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

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

border-color css

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

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

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