Html Css Color HEX #D5777B Froly

📋 copy color: '#D5777B'

red 213 ◦ green 119 ◦ blue 123

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

Shades of Froly #D5777B

Tints of Froly #D5777B

RGB

 RED value IS 213 (83.59% from 255) = 46.81%

 GREEN value IS 119 (46.88% from 255) = 26.15%

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

R = 46.81%
G = 26.15%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5777B (or 0xD5777B) is known color: Froly. HEX triplet: D5, 77 and 7B. RGB value is (213,119,123). Sum of RGB (Red+Green+Blue) = 213+119+123=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 123 (48.44% from 255 or 27.03% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D5777B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5777B is #2A8884. Grayscale: #939393. Windows color (decimal): -2787461 or 8091605. OLE color: 8091605.

HSL color Cylindrical-coordinate representation of color #D5777B: hue angle of 357.45º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D5777B is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 119 123 -
CMYK 0 0.44 0.42 0.16
HSL 357.45º 0.53% 0.65% -
HSV(B) 357.45º 0.44% 0.84% -
XYZ 37.61 28.77 22.31 -
YUV 147.56 114.14 174.67 -
System Red Green Blue C M Y K H S L
Decimal 213 119 123 0 0.44 0.42 0.16 357.45 0.53 0.65
Hex D5 77 7B 0 2C 2A 10 165 35 41
Octal 325 167 173 0 54 52 20 545 65 101
Binary 11010101 1110111 1111011 0 101100 101010 10000 101100101 110101 1000001

Color Harmonies of #D5777B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5777B

Black with #D5777B

Text Example


Text Example

White with #D5777B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5777B; }

 p { color: rgb(213,119,123); }

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

background-color css

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

 a { background-color: rgb(213,119,123); }

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

border-color css

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

 span { border-color: rgb(213,119,123); }

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