Html Css Color HEX #DF6778 Froly

📋 copy color: '#DF6778'

red 223 ◦ green 103 ◦ blue 120

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

Shades of Froly #DF6778

Tints of Froly #DF6778

RGB

 RED value IS 223 (87.5% from 255) = 50%

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

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

R = 50%
G = 23.09%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DF6778 (or 0xDF6778) is known color: Froly. HEX triplet: DF, 67 and 78. RGB value is (223,103,120). Sum of RGB (Red+Green+Blue) = 223+103+120=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 103 (40.62% from 255 or 23.09% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6778 is #209887. Grayscale: #8C8C8C. Windows color (decimal): -2136200 or 7890911. OLE color: 7890911.

HSL color Cylindrical-coordinate representation of color #DF6778: hue angle of 351.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF6778 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 103 120 -
CMYK 0 0.54 0.46 0.13
HSL 351.5º 0.65% 0.64% -
HSV(B) 351.5º 0.54% 0.87% -
XYZ 38.67 26.74 20.89 -
YUV 140.82 116.26 186.62 -
System Red Green Blue C M Y K H S L
Decimal 223 103 120 0 0.54 0.46 0.13 351.5 0.65 0.64
Hex DF 67 78 0 36 2E D 160 41 40
Octal 337 147 170 0 66 56 15 540 101 100
Binary 11011111 1100111 1111000 0 110110 101110 1101 101100000 1000001 1000000

Color Harmonies of #DF6778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6778

Black with #DF6778

Text Example


Text Example

White with #DF6778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6778; }

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

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

background-color css

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

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

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

border-color css

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

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

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