Html Css Color HEX #D6677A Froly

📋 copy color: '#D6677A'

red 214 ◦ green 103 ◦ blue 122

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

Shades of Froly #D6677A

Tints of Froly #D6677A

RGB

 RED value IS 214 (83.98% from 255) = 48.75%

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

 BLUE value IS 122 (48.05% from 255) = 27.79%

R = 48.75%
G = 23.46%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6677A (or 0xD6677A) is known color: Froly. HEX triplet: D6, 67 and 7A. RGB value is (214,103,122). Sum of RGB (Red+Green+Blue) = 214+103+122=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 103 (40.62% from 255 or 23.46% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D6677A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6677A is #299885. Grayscale: #8A8A8A. Windows color (decimal): -2726022 or 8021974. OLE color: 8021974.

HSL color Cylindrical-coordinate representation of color #D6677A: hue angle of 349.73º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D6677A is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 103 122 -
CMYK 0 0.52 0.43 0.16
HSL 349.73º 0.58% 0.62% -
HSV(B) 349.73º 0.52% 0.84% -
XYZ 36.09 25.4 21.41 -
YUV 138.36 118.77 181.96 -
System Red Green Blue C M Y K H S L
Decimal 214 103 122 0 0.52 0.43 0.16 349.73 0.58 0.62
Hex D6 67 7A 0 34 2B 10 15E 3A 3E
Octal 326 147 172 0 64 53 20 536 72 76
Binary 11010110 1100111 1111010 0 110100 101011 10000 101011110 111010 111110

Color Harmonies of #D6677A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6677A

Black with #D6677A

Text Example


Text Example

White with #D6677A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6677A; }

 p { color: rgb(214,103,122); }

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

background-color css

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

 a { background-color: rgb(214,103,122); }

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

border-color css

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

 span { border-color: rgb(214,103,122); }

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