Html Css Color HEX #D06778 Froly

📋 copy color: '#D06778'

red 208 ◦ green 103 ◦ blue 120

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

Shades of Froly #D06778

Tints of Froly #D06778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.84%

R = 48.26%
G = 23.9%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D06778 (or 0xD06778) is known color: Froly. HEX triplet: D0, 67 and 78. RGB value is (208,103,120). Sum of RGB (Red+Green+Blue) = 208+103+120=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D06778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06778 is #2F9887. Grayscale: #888888. Windows color (decimal): -3119240 or 7890896. OLE color: 7890896.

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

Color convert

RGB 208 103 120 -
CMYK 0 0.50 0.42 0.18
HSL 350.29º 0.53% 0.61% -
HSV(B) 350.29º 0.5% 0.82% -
XYZ 34.25 24.47 20.69 -
YUV 136.33 118.79 179.12 -
System Red Green Blue C M Y K H S L
Decimal 208 103 120 0 0.50 0.42 0.18 350.29 0.53 0.61
Hex D0 67 78 0 32 2A 12 15E 35 3D
Octal 320 147 170 0 62 52 22 536 65 75
Binary 11010000 1100111 1111000 0 110010 101010 10010 101011110 110101 111101

Color Harmonies of #D06778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06778

Black with #D06778

Text Example


Text Example

White with #D06778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06778; }

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

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

background-color css

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

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

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

border-color css

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

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

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