Html Css Color HEX #D6737B Froly

📋 copy color: '#D6737B'

red 214 ◦ green 115 ◦ blue 123

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

Shades of Froly #D6737B

Tints of Froly #D6737B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.44%

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

R = 47.35%
G = 25.44%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6737B (or 0xD6737B) is known color: Froly. HEX triplet: D6, 73 and 7B. RGB value is (214,115,123). Sum of RGB (Red+Green+Blue) = 214+115+123=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 123 (48.44% from 255 or 27.21% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D6737B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6737B is #298C84. Grayscale: #919191. Windows color (decimal): -2722949 or 8090582. OLE color: 8090582.

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

Color convert

RGB 214 115 123 -
CMYK 0 0.46 0.43 0.16
HSL 355.15º 0.55% 0.65% -
HSV(B) 355.15º 0.46% 0.84% -
XYZ 37.44 27.99 22.17 -
YUV 145.51 115.3 176.85 -
System Red Green Blue C M Y K H S L
Decimal 214 115 123 0 0.46 0.43 0.16 355.15 0.55 0.65
Hex D6 73 7B 0 2E 2B 10 163 37 41
Octal 326 163 173 0 56 53 20 543 67 101
Binary 11010110 1110011 1111011 0 101110 101011 10000 101100011 110111 1000001

Color Harmonies of #D6737B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6737B

Black with #D6737B

Text Example


Text Example

White with #D6737B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6737B; }

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

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

background-color css

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

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

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

border-color css

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

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

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