Html Css Color HEX #DF6475 Froly

📋 copy color: '#DF6475'

red 223 ◦ green 100 ◦ blue 117

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

Shades of Froly #DF6475

Tints of Froly #DF6475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.59%

R = 50.68%
G = 22.73%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF6475 (or 0xDF6475) is known color: Froly. HEX triplet: DF, 64 and 75. RGB value is (223,100,117). Sum of RGB (Red+Green+Blue) = 223+100+117=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6475 is #209B8A. Grayscale: #8A8A8A. Windows color (decimal): -2136971 or 7693535. OLE color: 7693535.

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

Color convert

RGB 223 100 117 -
CMYK 0 0.55 0.48 0.13
HSL 351.71º 0.66% 0.63% -
HSV(B) 351.71º 0.55% 0.87% -
XYZ 38.2 26.09 19.85 -
YUV 138.72 115.75 188.12 -
System Red Green Blue C M Y K H S L
Decimal 223 100 117 0 0.55 0.48 0.13 351.71 0.66 0.63
Hex DF 64 75 0 37 30 D 160 42 3F
Octal 337 144 165 0 67 60 15 540 102 77
Binary 11011111 1100100 1110101 0 110111 110000 1101 101100000 1000010 111111

Color Harmonies of #DF6475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6475

Black with #DF6475

Text Example


Text Example

White with #DF6475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6475; }

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

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

background-color css

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

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

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

border-color css

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

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

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