Html Css Color HEX #DF6570 Froly

📋 copy color: '#DF6570'

red 223 ◦ green 101 ◦ blue 112

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

Shades of Froly #DF6570

Tints of Froly #DF6570

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.17%

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

R = 51.15%
G = 23.17%
B = 25.69%

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

#DF6570 (or 0xDF6570) is known color: Froly. HEX triplet: DF, 65 and 70. RGB value is (223,101,112). Sum of RGB (Red+Green+Blue) = 223+101+112=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6570 is #209A8F. Grayscale: #8A8A8A. Windows color (decimal): -2136720 or 7366111. OLE color: 7366111.

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

Color convert

RGB 223 101 112 -
CMYK 0 0.55 0.50 0.13
HSL 354.59º 0.66% 0.64% -
HSV(B) 354.59º 0.55% 0.87% -
XYZ 38.01 26.17 18.38 -
YUV 138.73 112.92 188.11 -
System Red Green Blue C M Y K H S L
Decimal 223 101 112 0 0.55 0.50 0.13 354.59 0.66 0.64
Hex DF 65 70 0 37 32 D 163 42 40
Octal 337 145 160 0 67 62 15 543 102 100
Binary 11011111 1100101 1110000 0 110111 110010 1101 101100011 1000010 1000000

Color Harmonies of #DF6570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6570

Black with #DF6570

Text Example


Text Example

White with #DF6570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6570; }

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

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

background-color css

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

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

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

border-color css

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

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

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