Html Css Color HEX #DF6275 Froly

📋 copy color: '#DF6275'

red 223 ◦ green 98 ◦ blue 117

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

Shades of Froly #DF6275

Tints of Froly #DF6275

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.37%

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

R = 50.91%
G = 22.37%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF6275 (or 0xDF6275) is known color: Froly. HEX triplet: DF, 62 and 75. RGB value is (223,98,117). Sum of RGB (Red+Green+Blue) = 223+98+117=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 98 (38.67% from 255 or 22.37% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6275 is #209D8A. Grayscale: #898989. Windows color (decimal): -2137483 or 7693023. OLE color: 7693023.

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

Color convert

RGB 223 98 117 -
CMYK 0 0.56 0.48 0.13
HSL 350.88º 0.66% 0.63% -
HSV(B) 350.88º 0.56% 0.87% -
XYZ 38.01 25.71 19.79 -
YUV 137.54 116.41 188.96 -
System Red Green Blue C M Y K H S L
Decimal 223 98 117 0 0.56 0.48 0.13 350.88 0.66 0.63
Hex DF 62 75 0 38 30 D 15F 42 3F
Octal 337 142 165 0 70 60 15 537 102 77
Binary 11011111 1100010 1110101 0 111000 110000 1101 101011111 1000010 111111

Color Harmonies of #DF6275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6275

Black with #DF6275

Text Example


Text Example

White with #DF6275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6275; }

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

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

background-color css

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

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

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

border-color css

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

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

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