Html Css Color HEX #D8757B Froly

📋 copy color: '#D8757B'

red 216 ◦ green 117 ◦ blue 123

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

Shades of Froly #D8757B

Tints of Froly #D8757B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.66%

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

R = 47.37%
G = 25.66%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D8757B (or 0xD8757B) is known color: Froly. HEX triplet: D8, 75 and 7B. RGB value is (216,117,123). Sum of RGB (Red+Green+Blue) = 216+117+123=456 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.37% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 216 - color contains mainly: red. Hex color #D8757B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8757B is #278A84. Grayscale: #939393. Windows color (decimal): -2591365 or 8091096. OLE color: 8091096.

HSL color Cylindrical-coordinate representation of color #D8757B: hue angle of 356.36º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D8757B is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 117 123 -
CMYK 0 0.46 0.43 0.15
HSL 356.36º 0.56% 0.65% -
HSV(B) 356.36º 0.46% 0.85% -
XYZ 38.26 28.75 22.27 -
YUV 147.29 114.3 177.01 -
System Red Green Blue C M Y K H S L
Decimal 216 117 123 0 0.46 0.43 0.15 356.36 0.56 0.65
Hex D8 75 7B 0 2E 2B F 164 38 41
Octal 330 165 173 0 56 53 17 544 70 101
Binary 11011000 1110101 1111011 0 101110 101011 1111 101100100 111000 1000001

Color Harmonies of #D8757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8757B

Black with #D8757B

Text Example


Text Example

White with #D8757B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8757B; }

 p { color: rgb(216,117,123); }

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

background-color css

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

 a { background-color: rgb(216,117,123); }

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

border-color css

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

 span { border-color: rgb(216,117,123); }

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