Html Css Color HEX #DF6379 Froly

📋 copy color: '#DF6379'

red 223 ◦ green 99 ◦ blue 121

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

Shades of Froly #DF6379

Tints of Froly #DF6379

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.35%

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

R = 50.34%
G = 22.35%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DF6379 (or 0xDF6379) is known color: Froly. HEX triplet: DF, 63 and 79. RGB value is (223,99,121). Sum of RGB (Red+Green+Blue) = 223+99+121=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 99 (39.06% from 255 or 22.35% from 443); Blue value is 121 (47.66% from 255 or 27.31% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6379 is #209C86. Grayscale: #8A8A8A. Windows color (decimal): -2137223 or 7955423. OLE color: 7955423.

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

Color convert

RGB 223 99 121 -
CMYK 0 0.56 0.46 0.13
HSL 349.35º 0.66% 0.63% -
HSV(B) 349.35º 0.56% 0.87% -
XYZ 38.34 25.99 21.09 -
YUV 138.58 118.08 188.21 -
System Red Green Blue C M Y K H S L
Decimal 223 99 121 0 0.56 0.46 0.13 349.35 0.66 0.63
Hex DF 63 79 0 38 2E D 15D 42 3F
Octal 337 143 171 0 70 56 15 535 102 77
Binary 11011111 1100011 1111001 0 111000 101110 1101 101011101 1000010 111111

Color Harmonies of #DF6379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6379

Black with #DF6379

Text Example


Text Example

White with #DF6379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6379; }

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

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

background-color css

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

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

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

border-color css

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

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

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