Html Css Color HEX #DF6063 Froly

📋 copy color: '#DF6063'

red 223 ◦ green 96 ◦ blue 99

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

Shades of Froly #DF6063

Tints of Froly #DF6063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.68%

R = 53.35%
G = 22.97%
B = 23.68%

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

#DF6063 (or 0xDF6063) is known color: Froly. HEX triplet: DF, 60 and 63. RGB value is (223,96,99). Sum of RGB (Red+Green+Blue) = 223+96+99=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 99 (39.06% from 255 or 23.68% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6063 is #209F9C. Grayscale: #868686. Windows color (decimal): -2138013 or 6512863. OLE color: 6512863.

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

Color convert

RGB 223 96 99 -
CMYK 0 0.57 0.56 0.13
HSL 358.58º 0.66% 0.63% -
HSV(B) 358.58º 0.57% 0.87% -
XYZ 36.87 24.95 14.68 -
YUV 134.32 108.08 191.26 -
System Red Green Blue C M Y K H S L
Decimal 223 96 99 0 0.57 0.56 0.13 358.58 0.66 0.63
Hex DF 60 63 0 39 38 D 167 42 3F
Octal 337 140 143 0 71 70 15 547 102 77
Binary 11011111 1100000 1100011 0 111001 111000 1101 101100111 1000010 111111

Color Harmonies of #DF6063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6063

Black with #DF6063

Text Example


Text Example

White with #DF6063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6063; }

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

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

background-color css

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

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

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

border-color css

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

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

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