Html Css Color HEX #D06773 Froly

📋 copy color: '#D06773'

red 208 ◦ green 103 ◦ blue 115

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

Shades of Froly #D06773

Tints of Froly #D06773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27%

R = 48.83%
G = 24.18%
B = 27%

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

#D06773 (or 0xD06773) is known color: Froly. HEX triplet: D0, 67 and 73. RGB value is (208,103,115). Sum of RGB (Red+Green+Blue) = 208+103+115=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D06773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06773 is #2F988C. Grayscale: #878787. Windows color (decimal): -3119245 or 7563216. OLE color: 7563216.

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

Color convert

RGB 208 103 115 -
CMYK 0 0.50 0.45 0.18
HSL 353.14º 0.53% 0.61% -
HSV(B) 353.14º 0.5% 0.82% -
XYZ 33.96 24.35 19.13 -
YUV 135.76 116.29 179.52 -
System Red Green Blue C M Y K H S L
Decimal 208 103 115 0 0.50 0.45 0.18 353.14 0.53 0.61
Hex D0 67 73 0 32 2D 12 161 35 3D
Octal 320 147 163 0 62 55 22 541 65 75
Binary 11010000 1100111 1110011 0 110010 101101 10010 101100001 110101 111101

Color Harmonies of #D06773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06773

Black with #D06773

Text Example


Text Example

White with #D06773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06773; }

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

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

background-color css

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

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

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

border-color css

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

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

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