Html Css Color HEX #D06978 Froly

📋 copy color: '#D06978'

red 208 ◦ green 105 ◦ blue 120

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

Shades of Froly #D06978

Tints of Froly #D06978

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.25%

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

R = 48.04%
G = 24.25%
B = 27.71%

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

#D06978 (or 0xD06978) is known color: Froly. HEX triplet: D0, 69 and 78. RGB value is (208,105,120). Sum of RGB (Red+Green+Blue) = 208+105+120=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 120 (47.27% from 255 or 27.71% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D06978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06978 is #2F9687. Grayscale: #898989. Windows color (decimal): -3118728 or 7891408. OLE color: 7891408.

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

Color convert

RGB 208 105 120 -
CMYK 0 0.50 0.42 0.18
HSL 351.26º 0.52% 0.61% -
HSV(B) 351.26º 0.5% 0.82% -
XYZ 34.45 24.87 20.75 -
YUV 137.51 118.12 178.28 -
System Red Green Blue C M Y K H S L
Decimal 208 105 120 0 0.50 0.42 0.18 351.26 0.52 0.61
Hex D0 69 78 0 32 2A 12 15F 34 3D
Octal 320 151 170 0 62 52 22 537 64 75
Binary 11010000 1101001 1111000 0 110010 101010 10010 101011111 110100 111101

Color Harmonies of #D06978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06978

Black with #D06978

Text Example


Text Example

White with #D06978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06978; }

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

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

background-color css

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

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

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

border-color css

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

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

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