Html Css Color HEX #D8616A Froly

📋 copy color: '#D8616A'

red 216 ◦ green 97 ◦ blue 106

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

Shades of Froly #D8616A

Tints of Froly #D8616A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.3%

R = 51.55%
G = 23.15%
B = 25.3%

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

#D8616A (or 0xD8616A) is known color: Froly. HEX triplet: D8, 61 and 6A. RGB value is (216,97,106). Sum of RGB (Red+Green+Blue) = 216+97+106=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 97 (38.28% from 255 or 23.15% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D8616A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8616A is #279E95. Grayscale: #858585. Windows color (decimal): -2596502 or 6971864. OLE color: 6971864.

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

Color convert

RGB 216 97 106 -
CMYK 0 0.55 0.51 0.15
HSL 355.46º 0.6% 0.61% -
HSV(B) 355.46º 0.55% 0.85% -
XYZ 35.2 24.19 16.45 -
YUV 133.61 112.42 186.77 -
System Red Green Blue C M Y K H S L
Decimal 216 97 106 0 0.55 0.51 0.15 355.46 0.6 0.61
Hex D8 61 6A 0 37 33 F 163 3C 3D
Octal 330 141 152 0 67 63 17 543 74 75
Binary 11011000 1100001 1101010 0 110111 110011 1111 101100011 111100 111101

Color Harmonies of #D8616A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8616A

Black with #D8616A

Text Example


Text Example

White with #D8616A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8616A; }

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

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

background-color css

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

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

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

border-color css

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

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

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