Html Css Color HEX #DF656E Froly

📋 copy color: '#DF656E'

red 223 ◦ green 101 ◦ blue 110

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

Shades of Froly #DF656E

Tints of Froly #DF656E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.35%

R = 51.38%
G = 23.27%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DF656E (or 0xDF656E) is known color: Froly. HEX triplet: DF, 65 and 6E. RGB value is (223,101,110). Sum of RGB (Red+Green+Blue) = 223+101+110=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF656E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF656E is #209A91. Grayscale: #8A8A8A. Windows color (decimal): -2136722 or 7235039. OLE color: 7235039.

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

Color convert

RGB 223 101 110 -
CMYK 0 0.55 0.51 0.13
HSL 355.57º 0.66% 0.64% -
HSV(B) 355.57º 0.55% 0.87% -
XYZ 37.9 26.12 17.8 -
YUV 138.5 111.92 188.27 -
System Red Green Blue C M Y K H S L
Decimal 223 101 110 0 0.55 0.51 0.13 355.57 0.66 0.64
Hex DF 65 6E 0 37 33 D 164 42 40
Octal 337 145 156 0 67 63 15 544 102 100
Binary 11011111 1100101 1101110 0 110111 110011 1101 101100100 1000010 1000000

Color Harmonies of #DF656E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF656E

Black with #DF656E

Text Example


Text Example

White with #DF656E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF656E; }

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

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

background-color css

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

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

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

border-color css

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

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

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