Html Css Color HEX #D0747A Froly

📋 copy color: '#D0747A'

red 208 ◦ green 116 ◦ blue 122

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

Shades of Froly #D0747A

Tints of Froly #D0747A

RGB

 RED value IS 208 (81.64% from 255) = 46.64%

 GREEN value IS 116 (45.7% from 255) = 26.01%

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

R = 46.64%
G = 26.01%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0747A (or 0xD0747A) is known color: Froly. HEX triplet: D0, 74 and 7A. RGB value is (208,116,122). Sum of RGB (Red+Green+Blue) = 208+116+122=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D0747A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0747A is #2F8B85. Grayscale: #909090. Windows color (decimal): -3115910 or 8025296. OLE color: 8025296.

HSL color Cylindrical-coordinate representation of color #D0747A: hue angle of 356.09º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D0747A is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 116 122 -
CMYK 0 0.44 0.41 0.18
HSL 356.09º 0.49% 0.64% -
HSV(B) 356.09º 0.44% 0.82% -
XYZ 35.77 27.31 21.8 -
YUV 144.19 115.48 173.51 -
System Red Green Blue C M Y K H S L
Decimal 208 116 122 0 0.44 0.41 0.18 356.09 0.49 0.64
Hex D0 74 7A 0 2C 29 12 164 31 40
Octal 320 164 172 0 54 51 22 544 61 100
Binary 11010000 1110100 1111010 0 101100 101001 10010 101100100 110001 1000000

Color Harmonies of #D0747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0747A

Black with #D0747A

Text Example


Text Example

White with #D0747A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0747A; }

 p { color: rgb(208,116,122); }

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

background-color css

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

 a { background-color: rgb(208,116,122); }

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

border-color css

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

 span { border-color: rgb(208,116,122); }

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