Html Css Color HEX #D06872 Froly

📋 copy color: '#D06872'

red 208 ◦ green 104 ◦ blue 114

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

Shades of Froly #D06872

Tints of Froly #D06872

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.41%

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

R = 48.83%
G = 24.41%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D06872 (or 0xD06872) is known color: Froly. HEX triplet: D0, 68 and 72. RGB value is (208,104,114). Sum of RGB (Red+Green+Blue) = 208+104+114=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D06872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06872 is #2F978D. Grayscale: #888888. Windows color (decimal): -3118990 or 7497936. OLE color: 7497936.

HSL color Cylindrical-coordinate representation of color #D06872: hue angle of 354.23º 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 #D06872 is Cyan = 0, Magento = 0.5, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 104 114 -
CMYK 0 0.5 0.45 0.18
HSL 354.23º 0.53% 0.61% -
HSV(B) 354.23º 0.5% 0.82% -
XYZ 34 24.53 18.86 -
YUV 136.24 115.46 179.19 -
System Red Green Blue C M Y K H S L
Decimal 208 104 114 0 0.5 0.45 0.18 354.23 0.53 0.61
Hex D0 68 72 0 32 2D 12 162 35 3D
Octal 320 150 162 0 62 55 22 542 65 75
Binary 11010000 1101000 1110010 0 110010 101101 10010 101100010 110101 111101

Color Harmonies of #D06872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06872

Black with #D06872

Text Example


Text Example

White with #D06872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06872; }

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

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

background-color css

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

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

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

border-color css

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

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

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