Html Css Color HEX #DF6062 Froly

📋 copy color: '#DF6062'

red 223 ◦ green 96 ◦ blue 98

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

Shades of Froly #DF6062

Tints of Froly #DF6062

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.02%

 BLUE value IS 98 (38.67% from 255) = 23.5%

R = 53.48%
G = 23.02%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DF6062 (or 0xDF6062) is known color: Froly. HEX triplet: DF, 60 and 62. RGB value is (223,96,98). Sum of RGB (Red+Green+Blue) = 223+96+98=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 98 (38.67% from 255 or 23.50% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6062 is #209F9D. Grayscale: #868686. Windows color (decimal): -2138014 or 6447327. OLE color: 6447327.

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

Color convert

RGB 223 96 98 -
CMYK 0 0.57 0.56 0.13
HSL 359.06º 0.66% 0.63% -
HSV(B) 359.06º 0.57% 0.87% -
XYZ 36.82 24.94 14.43 -
YUV 134.2 107.58 191.34 -
System Red Green Blue C M Y K H S L
Decimal 223 96 98 0 0.57 0.56 0.13 359.06 0.66 0.63
Hex DF 60 62 0 39 38 D 167 42 3F
Octal 337 140 142 0 71 70 15 547 102 77
Binary 11011111 1100000 1100010 0 111001 111000 1101 101100111 1000010 111111

Color Harmonies of #DF6062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6062

Black with #DF6062

Text Example


Text Example

White with #DF6062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6062; }

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

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

background-color css

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

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

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

border-color css

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

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

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