Html Css Color HEX #DF6566 Froly

📋 copy color: '#DF6566'

red 223 ◦ green 101 ◦ blue 102

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

Shades of Froly #DF6566

Tints of Froly #DF6566

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.71%

 BLUE value IS 102 (40.23% from 255) = 23.94%

R = 52.35%
G = 23.71%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DF6566 (or 0xDF6566) is known color: Froly. HEX triplet: DF, 65 and 66. RGB value is (223,101,102). Sum of RGB (Red+Green+Blue) = 223+101+102=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 102 (40.23% from 255 or 23.94% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6566 is #209A99. Grayscale: #898989. Windows color (decimal): -2136730 or 6710751. OLE color: 6710751.

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

Color convert

RGB 223 101 102 -
CMYK 0 0.55 0.54 0.13
HSL 359.51º 0.66% 0.64% -
HSV(B) 359.51º 0.55% 0.87% -
XYZ 37.48 25.95 15.6 -
YUV 137.59 107.92 188.92 -
System Red Green Blue C M Y K H S L
Decimal 223 101 102 0 0.55 0.54 0.13 359.51 0.66 0.64
Hex DF 65 66 0 37 36 D 168 42 40
Octal 337 145 146 0 67 66 15 550 102 100
Binary 11011111 1100101 1100110 0 110111 110110 1101 101101000 1000010 1000000

Color Harmonies of #DF6566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6566

Black with #DF6566

Text Example


Text Example

White with #DF6566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6566; }

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

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

background-color css

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

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

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

border-color css

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

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

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