Html Css Color HEX #D8677B Froly

📋 copy color: '#D8677B'

red 216 ◦ green 103 ◦ blue 123

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

Shades of Froly #D8677B

Tints of Froly #D8677B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.3%

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

R = 48.87%
G = 23.3%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D8677B (or 0xD8677B) is known color: Froly. HEX triplet: D8, 67 and 7B. RGB value is (216,103,123). Sum of RGB (Red+Green+Blue) = 216+103+123=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 103 (40.62% from 255 or 23.30% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D8677B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8677B is #279884. Grayscale: #8B8B8B. Windows color (decimal): -2594949 or 8087512. OLE color: 8087512.

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

Color convert

RGB 216 103 123 -
CMYK 0 0.52 0.43 0.15
HSL 349.38º 0.59% 0.63% -
HSV(B) 349.38º 0.52% 0.85% -
XYZ 36.74 25.73 21.77 -
YUV 139.07 118.94 182.87 -
System Red Green Blue C M Y K H S L
Decimal 216 103 123 0 0.52 0.43 0.15 349.38 0.59 0.63
Hex D8 67 7B 0 34 2B F 15D 3B 3F
Octal 330 147 173 0 64 53 17 535 73 77
Binary 11011000 1100111 1111011 0 110100 101011 1111 101011101 111011 111111

Color Harmonies of #D8677B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8677B

Black with #D8677B

Text Example


Text Example

White with #D8677B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8677B; }

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

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

background-color css

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

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

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

border-color css

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

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

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