Html Css Color HEX #DF6479 Froly

📋 copy color: '#DF6479'

red 223 ◦ green 100 ◦ blue 121

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

Shades of Froly #DF6479

Tints of Froly #DF6479

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.52%

 BLUE value IS 121 (47.66% from 255) = 27.25%

R = 50.23%
G = 22.52%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DF6479 (or 0xDF6479) is known color: Froly. HEX triplet: DF, 64 and 79. RGB value is (223,100,121). Sum of RGB (Red+Green+Blue) = 223+100+121=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 100 (39.45% from 255 or 22.52% from 444); Blue value is 121 (47.66% from 255 or 27.25% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6479 is #209B86. Grayscale: #8B8B8B. Windows color (decimal): -2136967 or 7955679. OLE color: 7955679.

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

Color convert

RGB 223 100 121 -
CMYK 0 0.55 0.46 0.13
HSL 349.76º 0.66% 0.63% -
HSV(B) 349.76º 0.55% 0.87% -
XYZ 38.44 26.18 21.12 -
YUV 139.17 117.75 187.79 -
System Red Green Blue C M Y K H S L
Decimal 223 100 121 0 0.55 0.46 0.13 349.76 0.66 0.63
Hex DF 64 79 0 37 2E D 15E 42 3F
Octal 337 144 171 0 67 56 15 536 102 77
Binary 11011111 1100100 1111001 0 110111 101110 1101 101011110 1000010 111111

Color Harmonies of #DF6479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6479

Black with #DF6479

Text Example


Text Example

White with #DF6479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6479; }

 p { color: rgb(223,100,121); }

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

background-color css

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

 a { background-color: rgb(223,100,121); }

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

border-color css

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

 span { border-color: rgb(223,100,121); }

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