Html Css Color HEX #DF6268 Froly

📋 copy color: '#DF6268'

red 223 ◦ green 98 ◦ blue 104

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

Shades of Froly #DF6268

Tints of Froly #DF6268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.47%

R = 52.47%
G = 23.06%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DF6268 (or 0xDF6268) is known color: Froly. HEX triplet: DF, 62 and 68. RGB value is (223,98,104). Sum of RGB (Red+Green+Blue) = 223+98+104=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6268 is #209D97. Grayscale: #888888. Windows color (decimal): -2137496 or 6841055. OLE color: 6841055.

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

Color convert

RGB 223 98 104 -
CMYK 0 0.56 0.53 0.13
HSL 357.12º 0.66% 0.63% -
HSV(B) 357.12º 0.56% 0.87% -
XYZ 37.3 25.42 16.04 -
YUV 136.06 109.91 190.01 -
System Red Green Blue C M Y K H S L
Decimal 223 98 104 0 0.56 0.53 0.13 357.12 0.66 0.63
Hex DF 62 68 0 38 35 D 165 42 3F
Octal 337 142 150 0 70 65 15 545 102 77
Binary 11011111 1100010 1101000 0 111000 110101 1101 101100101 1000010 111111

Color Harmonies of #DF6268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6268

Black with #DF6268

Text Example


Text Example

White with #DF6268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6268; }

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

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

background-color css

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

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

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

border-color css

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

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

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