Html Css Color HEX #D6677B Froly

📋 copy color: '#D6677B'

red 214 ◦ green 103 ◦ blue 123

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

Shades of Froly #D6677B

Tints of Froly #D6677B

RGB

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

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

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

R = 48.64%
G = 23.41%
B = 27.95%

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

#D6677B (or 0xD6677B) is known color: Froly. HEX triplet: D6, 67 and 7B. RGB value is (214,103,123). Sum of RGB (Red+Green+Blue) = 214+103+123=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D6677B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6677B is #299884. Grayscale: #8A8A8A. Windows color (decimal): -2726021 or 8087510. OLE color: 8087510.

HSL color Cylindrical-coordinate representation of color #D6677B: hue angle of 349.19º 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 #D6677B is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 103 123 -
CMYK 0 0.52 0.43 0.16
HSL 349.19º 0.58% 0.62% -
HSV(B) 349.19º 0.52% 0.84% -
XYZ 36.16 25.43 21.74 -
YUV 138.47 119.27 181.87 -
System Red Green Blue C M Y K H S L
Decimal 214 103 123 0 0.52 0.43 0.16 349.19 0.58 0.62
Hex D6 67 7B 0 34 2B 10 15D 3A 3E
Octal 326 147 173 0 64 53 20 535 72 76
Binary 11010110 1100111 1111011 0 110100 101011 10000 101011101 111010 111110

Color Harmonies of #D6677B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6677B

Black with #D6677B

Text Example


Text Example

White with #D6677B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6677B; }

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

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

background-color css

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

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

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

border-color css

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

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

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