Html Css Color HEX #D06772 Froly

📋 copy color: '#D06772'

red 208 ◦ green 103 ◦ blue 114

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

Shades of Froly #D06772

Tints of Froly #D06772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.82%

R = 48.94%
G = 24.24%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D06772 (or 0xD06772) is known color: Froly. HEX triplet: D0, 67 and 72. RGB value is (208,103,114). Sum of RGB (Red+Green+Blue) = 208+103+114=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D06772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06772 is #2F988D. Grayscale: #878787. Windows color (decimal): -3119246 or 7497680. OLE color: 7497680.

HSL color Cylindrical-coordinate representation of color #D06772: hue angle of 353.71º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D06772 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 103 114 -
CMYK 0 0.50 0.45 0.18
HSL 353.71º 0.53% 0.61% -
HSV(B) 353.71º 0.5% 0.82% -
XYZ 33.9 24.33 18.83 -
YUV 135.65 115.79 179.61 -
System Red Green Blue C M Y K H S L
Decimal 208 103 114 0 0.50 0.45 0.18 353.71 0.53 0.61
Hex D0 67 72 0 32 2D 12 162 35 3D
Octal 320 147 162 0 62 55 22 542 65 75
Binary 11010000 1100111 1110010 0 110010 101101 10010 101100010 110101 111101

Color Harmonies of #D06772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06772

Black with #D06772

Text Example


Text Example

White with #D06772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06772; }

 p { color: rgb(208,103,114); }

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

background-color css

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

 a { background-color: rgb(208,103,114); }

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

border-color css

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

 span { border-color: rgb(208,103,114); }

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