Html Css Color HEX #DF6470 Froly

📋 copy color: '#DF6470'

red 223 ◦ green 100 ◦ blue 112

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

Shades of Froly #DF6470

Tints of Froly #DF6470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.75%

R = 51.26%
G = 22.99%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF6470 (or 0xDF6470) is known color: Froly. HEX triplet: DF, 64 and 70. RGB value is (223,100,112). Sum of RGB (Red+Green+Blue) = 223+100+112=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6470 is #209B8F. Grayscale: #8A8A8A. Windows color (decimal): -2136976 or 7365855. OLE color: 7365855.

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

Color convert

RGB 223 100 112 -
CMYK 0 0.55 0.50 0.13
HSL 354.15º 0.66% 0.63% -
HSV(B) 354.15º 0.55% 0.87% -
XYZ 37.91 25.97 18.34 -
YUV 138.15 113.25 188.52 -
System Red Green Blue C M Y K H S L
Decimal 223 100 112 0 0.55 0.50 0.13 354.15 0.66 0.63
Hex DF 64 70 0 37 32 D 162 42 3F
Octal 337 144 160 0 67 62 15 542 102 77
Binary 11011111 1100100 1110000 0 110111 110010 1101 101100010 1000010 111111

Color Harmonies of #DF6470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6470

Black with #DF6470

Text Example


Text Example

White with #DF6470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6470; }

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

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

background-color css

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

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

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

border-color css

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

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

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