Html Css Color HEX #DF6365 Froly

📋 copy color: '#DF6365'

red 223 ◦ green 99 ◦ blue 101

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

Shades of Froly #DF6365

Tints of Froly #DF6365

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.4%

 BLUE value IS 101 (39.84% from 255) = 23.88%

R = 52.72%
G = 23.4%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF6365 (or 0xDF6365) is known color: Froly. HEX triplet: DF, 63 and 65. RGB value is (223,99,101). Sum of RGB (Red+Green+Blue) = 223+99+101=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6365 is #209C9A. Grayscale: #888888. Windows color (decimal): -2137243 or 6644703. OLE color: 6644703.

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

Color convert

RGB 223 99 101 -
CMYK 0 0.56 0.55 0.13
HSL 359.03º 0.66% 0.63% -
HSV(B) 359.03º 0.56% 0.87% -
XYZ 37.24 25.55 15.28 -
YUV 136.3 108.08 189.84 -
System Red Green Blue C M Y K H S L
Decimal 223 99 101 0 0.56 0.55 0.13 359.03 0.66 0.63
Hex DF 63 65 0 38 37 D 167 42 3F
Octal 337 143 145 0 70 67 15 547 102 77
Binary 11011111 1100011 1100101 0 111000 110111 1101 101100111 1000010 111111

Color Harmonies of #DF6365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6365

Black with #DF6365

Text Example


Text Example

White with #DF6365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6365; }

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

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

background-color css

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

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

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

border-color css

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

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

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