Html Css Color HEX #D6767D Froly

📋 copy color: '#D6767D'

red 214 ◦ green 118 ◦ blue 125

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

Shades of Froly #D6767D

Tints of Froly #D6767D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.82%

 BLUE value IS 125 (49.22% from 255) = 27.35%

R = 46.83%
G = 25.82%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6767D (or 0xD6767D) is known color: Froly. HEX triplet: D6, 76 and 7D. RGB value is (214,118,125). Sum of RGB (Red+Green+Blue) = 214+118+125=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D6767D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6767D is #298982. Grayscale: #939393. Windows color (decimal): -2722179 or 8222422. OLE color: 8222422.

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

Color convert

RGB 214 118 125 -
CMYK 0 0.45 0.42 0.16
HSL 355.63º 0.54% 0.65% -
HSV(B) 355.63º 0.45% 0.84% -
XYZ 37.91 28.73 22.95 -
YUV 147.5 115.3 175.43 -
System Red Green Blue C M Y K H S L
Decimal 214 118 125 0 0.45 0.42 0.16 355.63 0.54 0.65
Hex D6 76 7D 0 2D 2A 10 164 36 41
Octal 326 166 175 0 55 52 20 544 66 101
Binary 11010110 1110110 1111101 0 101101 101010 10000 101100100 110110 1000001

Color Harmonies of #D6767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6767D

Black with #D6767D

Text Example


Text Example

White with #D6767D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6767D; }

 p { color: rgb(214,118,125); }

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

background-color css

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

 a { background-color: rgb(214,118,125); }

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

border-color css

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

 span { border-color: rgb(214,118,125); }

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